Condividi tramite


enumerazione WWAN_UICC_PASSTHROUGH_ACTION (wwan.h)

L'enumerazione WWAN_UICC_PASSTHROUGH_ACTION definisce l'azione pass-through specificata dall'host MB per una scheda miniport modem dopo la reimpostazione di una smart card UICC.

Sintassi

typedef enum _WWAN_UICC_PASSTHROUGH_ACTION {
  WwanUiccPassThroughDisable,
  WwanUiccPassThroughEnable,
  WwanUiccPassThroughActionMaximum
} WWAN_UICC_PASSTHROUGH_ACTION, *PWWAN_UICC_PASSTHROUGH_ACTION;

Costanti

 
WwanUiccPassThroughDisable
Indica di disabilitare il pass-through per UICC dopo la reimpostazione. 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.
WwanUiccPassThroughEnable
Indica di abilitare il pass-through per UICC dopo la reimpostazione. 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.
WwanUiccPassThroughActionMaximum
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_SET_UICC_RESET