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