WWAN_ATR_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wwan-wwan_atr_info)

Description

The WWAN_ATR_INFO structure represents a SIM card's Answer to Reset (ATR) information.

Members

AtrLength

The length of the ATR data.

Atr

A byte array representing the ATR data.

Remarks

See also

NDIS_WWAN_ATR_INFO

OID_WWAN_UICC_ATR

NDIS_STATUS_WWAN_ATR_INFO