WWAN_SAR_CONFIG_INDICES structure (wwan.h)
The WWAN_SAR_CONFIG_INDICES structure represents a Specific Absorption Rate (SAR) configuration for a mobile broadband (MBB) modem.
Syntax
typedef struct _WWAN_SAR_CONFIG_INDICES {
ULONG SarAntennaIndex;
ULONG SarBackoffIndex;
} WWAN_SAR_CONFIG_INDICES, *PWWAN_SAR_CONFIG_INDICES;
Members
SarAntennaIndex
A ULONG value specifying the antenna, or executor, for this SAR configuration.
SarBackoffIndex
A ULONG value specifying the SAR back off index for the antenna indicated by SarAntennaIndex.
Remarks
A list of WWAN_SAR_CONFIG_INDICES follows the SarConfigIndexListHeader member of either the WWAN_SET_SAR_CONFIG structure or the WWAN_SAR_CONFIG_INFO structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 |
Header | wwan.h |