TwclGattClientCharacteristicConfiguration Record

The structure describes the different client characteristic configuration members.

Namespace: wclBluetooth
type
 TwclGattClientCharacteristicConfiguration = record
 end;

The TwclGattClientCharacteristicConfiguration type exposes the following members.

Show:
 NameDescription
IsSubscribeToIndication

Whether the characteristic has been registered with the device to receive Handle Value Indications. true if the characteristic has been registered. Otherwise, False.

IsSubscribeToNotification

Whether the characteristic has been registered with the device to receive Handle Value Notifications. True if the characteristic has been registered. Otherwise, False.

Top