AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Radios

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.DeviceFarm.dll
Version: 3.x.y.z

Syntax

C#
public class Radios

The Radios type exposes the following members

Constructors

NameDescription
Public Method Radios()

Properties

NameTypeDescription
Public Property Bluetooth System.Boolean

Gets and sets the property Bluetooth.

True if Bluetooth is enabled at the beginning of the test. Otherwise, false.

Public Property Gps System.Boolean

Gets and sets the property Gps.

True if GPS is enabled at the beginning of the test. Otherwise, false.

Public Property Nfc System.Boolean

Gets and sets the property Nfc.

True if NFC is enabled at the beginning of the test. Otherwise, false.

Public Property Wifi System.Boolean

Gets and sets the property Wifi.

True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5