TwclGattDescriptorValue Record

The structure contains a descriptor value.

Namespace: wclBluetooth
type
 TwclGattDescriptorValue = record
 end;

The TwclGattDescriptorValue type exposes the following members.

Show:
 NameDescription
AType

The type of the descriptor value.

CharacteristicAggregateFormat

Contains data structure of a characteristic's aggregate format descriptor. This member is valid only if AType is dtCharacteristicAggregateFormat

CharacteristicExtendedProperties

Container structure for the different characteristic extended property members. This member is valid only if AType is dtCharacteristicExtendedProperties

CharacteristicFormat

Container structure for the different characteristic format members. This member is valid only if AType is dtCharacteristicFormat.

ClientCharacteristicConfiguration

Container structure for the different client characteristic configuration members. This member is valid only if AType is dtClientCharacteristicConfiguration.

Data

The descriptor value data. If there is no data the member is nil.

ServerCharacteristicConfiguration

Container structure for the different server characteristic configuration members. This member is valid only if AType is dtServerCharacteristicConfiguration.

UserDescription

Container structure for the characteristic's user description descriptor data. This member is valid only if AType is dtCharacteristicUserDescription.

Uuid

The Universally Unique ID (UUID) of the descriptor value.

Top