Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure is used for RIL_GetATRfunction.
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 |