WWAN_RADIO enumeration (wwan.h)
The WWAN_RADIO enumeration lists the different types of radio power modes that are supported by the MB device.
Syntax
typedef enum _WWAN_RADIO {
WwanRadioOff,
WwanRadioOn
} WWAN_RADIO, *PWWAN_RADIO;
Constants
WwanRadioOff The radio power is turned off. |
WwanRadioOn The radio power is turned on. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |