Table of Contents

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

int

IsClassicDevice

Gets a boolean indicating if this is a classic device.

public bool IsClassicDevice { get; }

Property Value

bool

IsLowEnergyDevice

Gets a boolean indicating if this is a LowEnergy device.

public bool IsLowEnergyDevice { get; }

Property Value

bool

Methods

FromId(int)

Creates a BluetoothDeviceId object from the device id.

public static BluetoothDeviceId FromId(int deviceId)

Parameters

deviceId int

The device id.

Returns

BluetoothDeviceId