Compartilhar via


estrutura WWAN_SAR_CONFIG_INDICES (wwan.h)

A estrutura de WWAN_SAR_CONFIG_INDICES representa uma configuração de SAR (Taxa de Absorção Específica) para um modem de banda larga móvel (MBB).

Sintaxe

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

Membros

SarAntennaIndex

Um valor ULONG especificando a antena ou o executor para essa configuração de SAR.

SarBackoffIndex

Um valor de ULONG especificando o índice de retirada do SAR para a antena indicada por SarAntennaIndex.

Observações

Uma lista de WWAN_SAR_CONFIG_INDICES segue o membro SarConfigIndexListHeader da estrutura WWAN_SET_SAR_CONFIG ou da estrutura WWAN_SAR_CONFIG_INFO.

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 10, versão 1703
cabeçalho wwan.h

Consulte também

WWAN_SET_SAR_CONFIG

WWAN_SAR_CONFIG_INFO