RadioState RadioState RadioState RadioState Enum

Definition

Enumeration that describes possible radio states.

public : enum class RadioStatepublic enum RadioStatePublic Enum RadioState// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Disabled Disabled Disabled Disabled

The radio is powered off and disabled by the device firmware or a hardware switch on the device.

Off Off Off Off

The radio is powered off.

On On On On

The radio is powered on.

Unknown Unknown Unknown Unknown

The radio state is unknown, or the radio is in a bad or uncontrollable state.