Click or drag to resize

wclGattDescriptorType Enumeration

The enumeration describes the different types of Bluetooth LE generic attributes (GATT).

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclGattDescriptorType
Members
Member nameValueDescription
dtCharacteristicExtendedProperties0 The characteristic value has additional properties that describe how it can be used, or how it can be accessed.
dtCharacteristicUserDescription1 The characteristic value contains a string that is a user textual description.
dtClientCharacteristicConfiguration2 The characteristic value may be configured by the client.
dtServerCharacteristicConfiguration3 The characteristic value may be configured for the server.
dtCharacteristicFormat4 The format of the characteristic value.
dtCharacteristicAggregateFormat5 The format of an aggregated characteristic value.
dtCustomDescriptor6 The characteristic value is customized.
See Also