RadioAccessStatus Enum
Definition
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.
Enumeration that describes possible access states that a user can have to a given radio.
public enum class RadioAccessStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class RadioAccessStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum RadioAccessStatus
var value = Windows.Devices.Radios.RadioAccessStatus.unspecified
Public Enum RadioAccessStatus
- Inheritance
-
RadioAccessStatus
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | Access state is unspecified. |
Allowed | 1 | Access is allowed. |
DeniedByUser | 2 | Access was denied because of user action, usually through denying an operation through the radio privacy settings page. |
DeniedBySystem | 3 | Access was denied by the system. One common reason for this result is that the user does not have suitable permission to manipulate the radio in question. |