Share via


RILSIMTOOLKITRSP

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains a response to a SIM toolkit command.

Syntax

typedef struct rilsimtoolkitrsp_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwId;
  DWORD dwTag;
  DWORD dwType;
  DWORD dwQualifier;
  DWORD dwResponse; 
  DWORD dwAdditionalInfo;
} RILSIMTOOLKITRSP;

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 number for the selected item.
  • dwTag
    Specifies the command details tag, including comprehension-required flag.
  • dwType
    Specifies the command type.
  • dwQualifier
    Indicates the qualifiers specific to the command type.
  • dwResponse
    Specifies the SIM response.
  • dwAdditionalInfo
    Specifies additional SIM response data.

Requirements

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

See Also

Reference

RIL_SendSimToolkitCmdResponse

Other Resources