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.
- dwProtocolType
Protocol type. Must be one of the GPRS Protocol Constants.
- ContextIDRange
Minimum or maximum context identifiers.
- dwDataCompression
Valid data compression values. Must be one of the GPRS Data Comp Constants.
- dwHeaderCompression
Valid header compression values. Must be one of the GPRS Header Compression Constants.
- 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