Windows.Devices.Radios Namespace

The members of this namespace allow your app to find and control radio adapters, like Wi-Fi and Bluetooth, on the device where your app runs, and to query those radios for certain attributes.

Classes

Radio

Represents a radio device on the system.

Enums

RadioAccessStatus

Enumeration that describes possible access states that a user can have to a given radio.

RadioKind

Enumeration that represents the kinds of radio devices.

RadioState

Enumeration that describes possible radio states.

Remarks

To use this namespace, you must specify the Radio device capability in the app package manifest. To learn more about device capabilities, see App Capability Declarations.

See also