Share via


SYSTEM_RADIO_STATE enumeration

The SYSTEM_RADIO_STATE enumeration defines values that indicate the current state of software and hardware radio support for all devices.

Syntax

typedef enum  { 
  SRS_RADIO_ENABLED   = 0x0,
  SRS_RADIO_DISABLED  = 0x1
} SYSTEM_RADIO_STATE;

Constants

  • SRS_RADIO_ENABLED
    This value indicates that each individual device radio can exist in any state defined by DEVICE_RADIO_STATE. In the event all device software radios are turned off individually, the system will remain in the enabled state.

  • SRS_RADIO_DISABLED
    When system in this state, any device software radio state, indicated by DEVICE_RADIO_STATE, must include either DEVICE_SW_RADIO_OFF or DEVICE_RADIO_UNCONTROLLABLE.

Remarks

The system radio state is maintained by the Radio Management API module.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

See also

DEVICE_RADIO_STATE

 

 

Send comments about this topic to Microsoft