Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WWAN_ATR_INFO structure represents a SIM card's Answer to Reset (ATR) information.
Syntax
typedef struct _WWAN_ATR_INFO {
ULONG AtrLength;
BYTE Atr[WWAN_ATR_MAX_LEN];
} WWAN_ATR_INFO, *PWWAN_ATR_INFO;
Members
AtrLength
The length of the ATR data.
Atr[WWAN_ATR_MAX_LEN]
A byte array representing the ATR data.
Requirements
Requirement | Value |
---|---|
Header | wwan.h |