Share via


Windows.Devices.Radios Namespace

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

Classes

Name Description
Radio

Represents a radio device on the system.

Enums

Name Description
RadioAccessStatus

Indicates the application's permission level for controlling radio devices, returned by both access requests and state change operations.

RadioKind

Enumeration that represents the kinds of radio devices.

RadioState

Defines the operational states of a radio (power and controllability).

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