Class BluetoothAdapterInfo
Information about a device's Bluetooth adapter.
Implements
Inherited Members
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? |