Partager via


RILSIMTOOLKITCMD

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains details of a SIM toolkit command.

Syntax

typedef struct rilsimtoolkitcmd_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwId;
  DWORD dwTag;
  DWORD dwType;
  DWORD dwQualifier;
  DWORD dwError;
  DWORD dwDetailsOffset;
  DWORD dwDetailsSize;
} RILSIMTOOLKITCMD;

Members

  • cbSize
    Indicates the structure size, in bytes.
  • dwParams
    Specifies a bitfield that indicates what structure fields are valid for a given message.
  • dwId
    Specifies the command identifier.
  • dwTag
    Specifies the command details tag, including comprehension required flag.
  • dwType
    Specifies the command type.
  • dwQualifier
    Indicates the qualifiers specific to the command type.
  • dwError
    Specifies any errors encountered while parsing the command.
  • ** dwDetailsOffset **
    Specifies the offset, in bytes, from the beginning of this data structure to the variable sized, command-type specific structure. Examples of variable structures that are used are SIMTEXT**, SIMMENU, SIMEVENTLIST.**
  • dwDetailsSize
    Specifies the size, in bytes, of the variable sized, command-type specific structure.

Requirements

Header ril.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

RIL_SendSimToolkitCmdResponse

Other Resources