Share via


RILGPRSPROTOCOLCAPS (Compact 2013)

3/26/2014

This structure stores General Packet Radio Service (GPRS) capabilities.

Syntax

typedef struct rilgprscontextcaps_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwProtocolType;
  RILRANGE ContextIDRange;
  DWORD dwDataCompression;
  DWORD dwHeaderCompression;
  DWORD dwParameterLength;
  char szParameters[];
} RILGPRSPROTOCOLCAPS, *LPRILGPRSCONTEXTCAPS;

Members

  • cbSize
    Size of the structure, in bytes.
  • dwParams
    Indicates which members of the structure contain valid data.
  • ContextIDRange
    Minimum or maximum context identifiers.
  • dwParameterLength
    Length of the parameters list, in bytes.
  • szParameters
    Valid string parameters of this protocol type.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
RILRANGE
GPRS Data Comp Constants
GPRS Header Compression Constants
GPRS Protocol Constants