BluetoothDevice Class

A BluetoothDevice instance represents a remote Bluetooth device

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class BluetoothDevice
Inheritance
Object    BluetoothDevice

Constructors

BluetoothDeviceInitializes a new instance of the BluetoothDevice class

Properties

Gatt Provides a way to interact with this device’s GATT server.
Id The unique identifier for the device.
Name The human-readable name of the device.

Methods

Equals
(Overrides ObjectEquals(Object))
FromIdAsync 
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

Events

GattServerDisconnected Fired when an active GATT connection is lost.

See Also