次の方法で共有


RILATRINFO (Windows Embedded CE 6.0)

1/6/2010

This structure is used for RIL_GetATR function.

Syntax

typedef struct rilatrinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwPhase;
  DWORD cbATRSize;
  BYTE rgbATR[MAXLENGTH_ATR];
} RILATRINFO, *LPRILATRINFO;

Members

  • cbSize
    Indicates the structure size, in bytes.
  • dwParams
    Specifies a bitfield that indicates what structure fields are valid for a given message.
  • dwPhase
    Indicates the phase of SIM card.
  • cbATRSize
    Specifies the ATR size.
  • rgbATR[MAXLENGTH_ATR]
    Specifies the ATR string.

Requirements

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

See Also

Reference

RIL Structures
RIL_GetATR