次の方法で共有


RILPROTOCOLMODE (Windows Embedded CE 6.0)

1/6/2010

This struture defines the protocol mode infomation.

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

See Also

Reference

RIL Structures