Show / Hide Table of Contents

Class BluetoothAdapterInfo

Information about a device's Bluetooth adapter.

Inheritance
object
BluetoothAdapterInfo
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.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class BluetoothAdapterInfo : IDirectResponseSchema

Properties

Address

Output only. The MAC address of the adapter.

Declaration
[JsonProperty("address")]
public virtual string Address { 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

NumConnectedDevices

Output only. The number of devices connected to this adapter.

Declaration
[JsonProperty("numConnectedDevices")]
public virtual int? NumConnectedDevices { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX