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 al UICC è disabilitato. Quando il pass-through UICC è disabilitato, l'host MB considera UICC come normale UICC di Telecom e prevede che un file system UICC di Telecom sia presente nel UICC. |
WwanUiccPassThroughEnabled Indica che il pass-through per UICC è abilitato. Quando l'interfaccia utenteCC pass-through è abilitata, l'adattatore miniport modem considera uiCC come se fosse in modalità pass-through che consente la comunicazione tra l'host e l'UICC, anche se l'interfaccia utentecc non ha il file system UICC di Telecom. L'adattatore miniport non invia alcuna APDU alla scheda e non interferisce in qualsiasi momento con la comunicazione tra l'host e l'UICC. |
WwanUiccPassThroughStatusMaximum Valore massimo dell'enumerazione. Questo valore potrebbe cambiare nelle versioni future dell'NDIS file di intestazione e file binari. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1709 |
Intestazione | wwan.h (include Wwan.h) |