Condividi tramite


struttura WWAN_SET_UICC_RESET (wwan.h)

La struttura WWAN_SET_UICC_RESET rappresenta l'azione pass-through specificata dall'host MB per una scheda miniport modem dopo la reimpostazione di una smart card UICC.

Sintassi

typedef struct _WWAN_SET_UICC_RESET {
  WWAN_UICC_PASSTHROUGH_ACTION PassThroughAction;
  ULONG                        SlotId;
} WWAN_SET_UICC_RESET, *PWWAN_SET_UICC_RESET;

Membri

PassThroughAction

Azione pass-through specificata dall'host. Per altre informazioni, vedere WWAN_UICC_PASSTHROUGH_ACTION.

SlotId

Valore ULONG che identifica lo slot SIM dell'operazione. Per i singoli dispositivi SIM questo valore è 0. Per i dispositivi dual SIM questo valore è [0..1].

Fabbisogno

Requisito Valore
client minimo supportato Windows 10, versione 1709
intestazione wwan.h (include Wwan.h)

Vedere anche

MB di operazioni di reimpostazione UICC

NDIS_WWAN_SET_UICC_RESET

WWAN_UICC_PASSTHROUGH_ACTION