Windows.Devices.Radios Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.