struttura WWAN_TAI_LIST (wwan.h)
La struttura WWAN_TAI_LIST rappresenta uno o più elenchi tai (Tracking Area Identity).
Sintassi
typedef struct _WWAN_TAI_LIST {
WWAN_STRUCT_TYPE TaiListType;
BYTE DataBuffer[ANYSIZE_ARRAY];
} WWAN_TAI_LIST, *PWWAN_TAI_LIST;
Membri
TaiListType
Valore dell'enumerazione WWAN_STRUCT_TYPE che rappresenta il tipo dell'elenco TAI.
DataBuffer[ANYSIZE_ARRAY]
Dati dell'elenco TAI. Il formato è WWAN_TAI_LIST_SINGLE_PLMN o WWAN_TAI_LIST_MULTI_PLMN.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 11, versione 22H2 |
intestazione | wwan.h |