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 alcuna APDU alla scheda e non interferisce in alcun momento con la comunicazione tra l'host e l'UICC. |
WwanUiccPassThroughActionMaximum Valore massimo dell'enumerazione. Questo valore potrebbe cambiare nelle versioni future di NDIS file di intestazione e file binari. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1709 |
Intestazione | wwan.h (include Wwan.h) |