GattDescriptor Class

Represents a GATT Descriptor, which provides further information about a GattCharacteristic’s value.

Definition

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

Properties

Characteristic The GATT characteristic this descriptor belongs to.
Uuid The UUID of the characteristic descriptor.
Value The currently cached descriptor value. This value gets updated when the value of the descriptor is read.

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ReadValueAsync 
ToString
(Inherited from Object)
WriteValueAsync 

See Also