WWAN_SLOT_INFO structure (wwan.h)

The WWAN_SLOT_INFO structure represents the status of a specific SIM card slot on the modem.

Syntax

typedef struct _WWAN_SLOT_INFO {
  ULONG               SlotIndex;
  WWAN_UICCSLOT_STATE State;
} WWAN_SLOT_INFO, *PWWAN_SLOT_INFO;

Members

SlotIndex

The index of the slot being queried.

State

The state of the slot being queried, a member of the WWAN_UICCSLOT_STATE enumeration that represents a summary of both the slot and the card state.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1703
Header wwan.h (include Wwan.h)

See also

NDIS_STATUS_WWAN_SLOT_INFO

NDIS_WWAN_SLOT_INFO

OID_WWAN_SLOT_INFO

WWAN_UICCSLOT_STATE