NDIS_WWAN_ATR_INFO structure (ndiswwan.h)
The NDIS_WWAN_ATR_INFO structure represents a SIM card's Answer to Reset (ATR) information.
Syntax
typedef struct _NDIS_WWAN_ATR_INFO {
NDIS_OBJECT_HEADER Header;
WWAN_STATUS uStatus;
WWAN_ATR_INFO AtrInfo;
} NDIS_WWAN_ATR_INFO, *PNDIS_WWAN_ATR_INFO;
Members
Header
The header with type, revision, and size information about the NDIS_WWAN_ATR_INFO structure.
Header submember | Value |
---|---|
Type | NDIS_OBJECT_TYPE_DEFAULT |
Revision | NDIS_WWAN_ATR_INFO_REVISION_1 |
Size | sizeof(NDIS_WWAN_ATR_INFO) |
For more information about these members, see NDIS_OBJECT_HEADER.
uStatus
A WWAN_STATUS value that indicates the result of the query request.
AtrInfo
A WWAN_ATR_INFO structure that represents the ATR information.
Requirements
Requirement | Value |
---|---|
Header | ndiswwan.h |