Condividi tramite


struttura WWAN_SAR_CONFIG_INDICES (wwan.h)

La struttura WWAN_SAR_CONFIG_INDICES rappresenta una configurazione SAR (Specific Absorb Rate) per un modem MBB (Mobile Broadband).

Sintassi

typedef struct _WWAN_SAR_CONFIG_INDICES {
  ULONG SarAntennaIndex;
  ULONG SarBackoffIndex;
} WWAN_SAR_CONFIG_INDICES, *PWWAN_SAR_CONFIG_INDICES;

Membri

SarAntennaIndex

Valore ULONG che specifica l'antenna o l'executor per questa configurazione SAR.

SarBackoffIndex

Valore ULONG che specifica l'indice SAR back off per l'antenna indicata da SarAntennaIndex.

Osservazioni

Un elenco di WWAN_SAR_CONFIG_INDICES segue il membro SarConfigIndexListHeader della struttura WWAN_SET_SAR_CONFIG o della struttura WWAN_SAR_CONFIG_INFO.

Fabbisogno

Requisito Valore
client minimo supportato Windows 10, versione 1703
intestazione wwan.h

Vedere anche

WWAN_SET_SAR_CONFIG

WWAN_SAR_CONFIG_INFO