Condividi tramite


enumerazione WWAN_UICC_PASSTHROUGH_STATUS (wwan.h)

L'enumerazione WWAN_UICC_PASSTHROUGH_STATUS definisce lo stato pass-through di una scheda miniport modem per una smart card UICC.

Sintassi

typedef enum _WWAN_UICC_PASSTHROUGH_STATUS {
  WwanUiccPassThroughDisabled,
  WwanUiccPassThroughEnabled,
  WwanUiccPassThroughStatusMaximum
} WWAN_UICC_PASSTHROUGH_STATUS, *PWWAN_UICC_PASSTHROUGH_STATUS;

Costanti

 
WwanUiccPassThroughDisabled
Indica che il pass-through per UICC è disabilitato. Quando il pass-through UICC è disabilitato, l'host MB considera UICC come normale UICC telecom e prevede che un file system UICC telecom sia presente in UICC.
WwanUiccPassThroughEnabled
Indica che il pass-through per UICC è abilitato. Quando il pass-through UICC è abilitato, l'adattatore miniport modem considera UICC come se fosse in modalità pass-through che consente la comunicazione tra l'host e UICC, anche se UICC non dispone di un file system UICC telecom. L'adattatore miniport non invia APDU alla scheda e non interferisce in alcun momento con la comunicazione tra l'host e il UICC.
WwanUiccPassThroughStatusMaximum
Valore massimo per questa enumerazione. Questo valore potrebbe cambiare nelle versioni future di NDIS
file di intestazione e file binari.

Fabbisogno

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

Vedere anche

MB di operazioni di reimpostazione UICC

WWAN_UICC_RESET_INFO