struttura WWAN_SET_SAR_CONFIG (wwan.h)
La struttura WWAN_SET_SAR_CONFIG descrive le informazioni SAR (Specific Absorb Rate) che un modem mobile broadband (MB) deve usare per impostare la configurazione SAR.
Sintassi
typedef struct _WWAN_SET_SAR_CONFIG {
WWAN_SAR_CONTROL_MODE SarMode;
WWAN_SAR_BACKOFF_STATE SarBackoffStatus;
WWAN_LIST_HEADER SarConfigIndexListHeader;
} WWAN_SET_SAR_CONFIG, *PWWAN_SET_SAR_CONFIG;
Members
SarMode
Valore WWAN_SAR_CONTROL_MODE che specifica la modalità di controllo del meccanismo di back off sar.
SarBackoffStatus
Valore WWAN_SAR_BACKOFF_STATE che specifica lo stato del backoff SAR per le antenne del modem.
SarConfigIndexListHeader
Struttura WWAN_LIST_HEADER che rappresenta un elenco di configurazioni SAR supportate dal modem. Il membro ElementType nel WWAN_LIST_HEADER deve essere impostato su WwanStructSarConfig. Il membro ElementCount nel WWAN_LIST_HEADER deve essere impostato sul numero di configurazioni SAR che seguono la struttura WWAN_LIST_HEADER .
Commenti
Questa struttura viene utilizzata nella struttura NDIS_WWAN_SET_SAR_CONFIG .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 versione 1703 |
Intestazione | wwan.h |