RILPROTOCOLMODE
A version of this page is also available for
4/8/2010
This structure defines the protocol mode information.
Syntax
typedef struct {
DWORD cbSize;
DWORD dwParams;
DWORD dwProto;
char szVersion[MAXLENGTH_PROTO_VERSION];
DWORD dwParameterLength;
char szParameters[];
} RILPROTOCOLMODE;
Members
- cbSize
Structure size in bytes.
dwParams
Indicates valid parameters. The following table shows the valid values for this member.Value Description RIL_PARAM_CPROT_PROT
The dwProto member of the structure is valid.
RIL_PARAM_CPROT_VERSION
The szVersion member of the structure is valid.
RIL_PARAM_CPROT_PARAMETERLENGTH
The dwParameterLength member of the structure is valid.
RIL_PARAM_CPROT_PARAMETERS
The szParameters member of the structure is valid.
- dwProto
Protocol.
- szVersion[MAXLENGTH_PROTO_VERSION]
Version string.
- dwParameterLength
Length of parameters list.
- szParameters[]
Level of service or application protocol(LSAP).
Remarks
None.
Requirements
Header | ril.h |
Library | Ril.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |