MobileBroadbandDeviceInformation.CurrentRadioState Property
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.
Gets a value indicating the radio state of the device.
public:
property MobileBroadbandRadioState CurrentRadioState { MobileBroadbandRadioState get(); };
MobileBroadbandRadioState CurrentRadioState();
public MobileBroadbandRadioState CurrentRadioState { get; }
var mobileBroadbandRadioState = mobileBroadbandDeviceInformation.currentRadioState;
Public ReadOnly Property CurrentRadioState As MobileBroadbandRadioState
Property Value
A value indicating the radio state of the device.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|
Remarks
Mobile operator UWP apps can have access to different states of the device. Access to the device states such as device readiness, account activation state, and device lock status are made available through the NetworkDeviceStatus enumeration. The radio state information is available through the CurrentRadioState enumeration. Note that these are two different states. For example, a radio state Off does not translate to a DeviceNotReady state and vice versa.