Class GattLocalDescriptor
- Assembly
- nanoFramework.Device.Bluetooth.dll
This class defines a descriptor of a local characteristic.
public class GattLocalDescriptor
- Inheritance
-
GattLocalDescriptor
- Inherited Members
- Extension Methods
Properties
ReadProtectionLevel
Gets the read protection level of this local characteristic descriptor.
public GattProtectionLevel ReadProtectionLevel { get; }
Property Value
StaticValue
Gets the static value for this local characteristic descriptor.
public Buffer StaticValue { get; }
Property Value
Uuid
Gets the Bluetooth SIG-defined UUID for this local characteristic descriptor.
public Guid Uuid { get; }
Property Value
WriteProtectionLevel
Gets the write protection level.
public GattProtectionLevel WriteProtectionLevel { get; }
Property Value
Events
ReadRequested
An event that is triggered when a GATT client requests a descriptor read operation.
public event GattLocalDescriptor.GattLocalDescriptorReadEventHandler ReadRequested
Event Type
WriteRequested
This is an event that is triggered when a write descriptor was requested.
public event GattLocalDescriptor.GattLocalDescriptorWriteEventHandler WriteRequested