Class BluetoothDeviceId
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
Represents a Bluetooth device id.
public class BluetoothDeviceId
- Inheritance
-
BluetoothDeviceId
- Inherited Members
- Extension Methods
Properties
Id
Gets the Bluetooth device id.
public int Id { get; }
Property Value
IsClassicDevice
Gets a boolean indicating if this is a classic device.
public bool IsClassicDevice { get; }
Property Value
IsLowEnergyDevice
Gets a boolean indicating if this is a LowEnergy device.
public bool IsLowEnergyDevice { get; }
Property Value
Methods
FromId(int)
Creates a BluetoothDeviceId object from the device id.
public static BluetoothDeviceId FromId(int deviceId)
Parameters
deviceId
intThe device id.