// wwan.h
typedef struct _WWAN_ATR_INFO {
ULONG AtrLength;
BYTE Atr[WWAN_ATR_MAX_LEN];
} WWAN_ATR_INFO, *PWWAN_ATR_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The WWAN_ATR_INFO structure represents a SIM card's Answer to Reset (ATR) information.
AtrLengthThe length of the ATR data.
AtrA byte array representing the ATR data.