WWAN_SAR_CONTROL_MODE enumeration (wwan.h)

The WWAN_SAR_CONTROL_MODE enumeration specifies how the SAR back off mechanism is controlled.

Syntax

typedef enum _WWAN_SAR_CONTROL_MODE {
  WwanSarControlModeDevice,
  WwanSarControlModeOS
} WWAN_SAR_CONTROL_MODE, *PWWAN_SAR_CONTROL_MODE;

Constants

 
WwanSarControlModeDevice
The SAR back off mechanism is controlled by the modem device directly.
WwanSarControlModeOS
The SAR back off mechanism is controlled and managed by the operating system.

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

See also

MB SAR Platform Support

OID_WWAN_SAR_CONFIG

WWAN_SAR_CONFIG_INFO

WWAN_SET_SAR_CONFIG