Enum GattClientCharacteristicConfigurationDescriptorValue
- Assembly
- nanoFramework.Device.Bluetooth.dll
Represents the value of the GATT ClientCharacteristicConfigurationDescriptor.
public enum GattClientCharacteristicConfigurationDescriptorValue
Fields
Indicate = 2
Characteristic indications are enabled.
None = 0
Neither notification nor indications are enabled.
Notify = 1
Characteristic notifications are enabled.