RadioAccessStatus Enum

Definition

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

Allowed 1

Access is allowed.

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.

DeniedByUser 2

Access was denied because of user action, usually through denying an operation through the radio privacy settings page.

Unspecified 0

Access state is unspecified.

Applies to