TwclGattCharacteristicExtendedProperties Record

The structure contains of the different characteristic extended property members.

Namespace: wclBluetooth
type
 TwclGattCharacteristicExtendedProperties = record
 end;

The TwclGattCharacteristicExtendedProperties type exposes the following members.

Show:
 NameDescription
IsAuxiliariesWritable

The characteristic user description descriptor is writable.

IsReliableWriteEnabled

The parent characteristic value is reliable write enabled.

Top