Show / Hide Table of Contents

Class DeviceRadioState

Controls for device radio settings.

Inheritance
object
DeviceRadioState
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class DeviceRadioState : IDirectResponseSchema

Properties

AirplaneModeState

Controls whether airplane mode can be toggled by the user or not.

Declaration
[JsonProperty("airplaneModeState")]
public virtual string AirplaneModeState { get; set; }
Property Value
Type Description
string

CellularTwoGState

Controls whether cellular 2G setting can be toggled by the user or not.

Declaration
[JsonProperty("cellularTwoGState")]
public virtual string CellularTwoGState { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MinimumWifiSecurityLevel

The minimum required security level of Wi-Fi networks that the device can connect to.

Declaration
[JsonProperty("minimumWifiSecurityLevel")]
public virtual string MinimumWifiSecurityLevel { get; set; }
Property Value
Type Description
string

UltraWidebandState

Controls the state of the ultra wideband setting and whether the user can toggle it on or off.

Declaration
[JsonProperty("ultraWidebandState")]
public virtual string UltraWidebandState { get; set; }
Property Value
Type Description
string

WifiState

Controls current state of Wi-Fi and if user can change its state.

Declaration
[JsonProperty("wifiState")]
public virtual string WifiState { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX