TwclGattDescriptorType Enumeration

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

Namespace: wclBluetooth
type
 TwclGattDescriptorType = (
 dtCharacteristicExtendedProperties,
 dtCharacteristicUserDescription,
 dtClientCharacteristicConfiguration,
 dtServerCharacteristicConfiguration,
 dtCharacteristicFormat,
 dtCharacteristicAggregateFormat,
 dtCustomDescriptor
 );

The TwclGattDescriptorType type exposes the following members.

Show:
 NameDescription
dtCharacteristicAggregateFormat

The format of an aggregated characteristic value.

dtCharacteristicExtendedProperties

The characteristic value has additional properties that describe how it can be used, or how it can be accessed.

dtCharacteristicFormat

The format of the characteristic value.

dtCharacteristicUserDescription

The characteristic value contains a string that is a user textual description.

dtClientCharacteristicConfiguration

The characteristic value may be configured by the client.

dtCustomDescriptor

The characteristic value is customized.

dtServerCharacteristicConfiguration

The characteristic value may be configured for the server.

Top