Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 dwProtomember of the structure is valid.

RIL_PARAM_CPROT_VERSION

The szVersionmember of the structure is valid.

RIL_PARAM_CPROT_PARAMETERLENGTH

The dwParameterLengthmember of the structure is valid.

RIL_PARAM_CPROT_PARAMETERS

The szParametersmember 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

See Also

Reference

RIL Structures