次の方法で共有


RILSIMTOOLKITCMD (Windows Embedded CE 6.0)

1/6/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 Structures
SIM Toolkit Structures
RIL_SendSimToolkitCmdResponse

Other Resources

SIM Toolkit