RILATRINFO (Compact 2013)
3/26/2014
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. Possible values are listed below.Value
Description
RIL_PARAM_ATR_PHASE
The dwPhase member is valid.
RIL_PARAM_ATR_SIZE
The cbATRsize member is valid.
RIL_PARAM_ATR_ATR
The rgbATR member is valid.
RIL_PARAM_ATR_ALL
All fields are valid.
- dwPhase
Indicates the phase of SIM card.
- cbATRSize
Specifies the ATR size.
- rgbATR[MAXLENGTH_ATR]
Specifies the ATR string.
Requirements
Header |
ril.h |