WWAN_SAR_BACKOFF_STATE enumeration (wwan.h)
The WWAN_SAR_BACKOFF_STATE enumeration specifies the state of SAR backoff for a mobile broadband (MBB) modem's antennas.
Syntax
typedef enum _WWAN_SAR_BACKOFF_STATE {
WwanSarBackoffStatusDisabled,
WwanSarBackoffStatusEnabled
} WWAN_SAR_BACKOFF_STATE, *PWWAN_SAR_BACKOFF_STATE;
Constants
WwanSarBackoffStatusDisabled SAR back off is disabled in the modem. |
WwanSarBackoffStatusEnabled SAR back off is enabled in the modem. |
Remarks
This enumeration is used in the WWAN_SAR_CONFIG_INFO structure and the WWAN_SET_SAR_CONFIG structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 |
Header | wwan.h |