TwclGattCharacteristicChangedEvent Delegate

The OnCharacteristicChanged event handler prototype.

Namespace: wclBluetooth
type
 TwclGattCharacteristicChangedEvent = procedure(Sender: TObject;
 const Handle: Word; const Value: TwclGattCharacteristicValue) of object;

Parameters

Sender

The object initiates the event.

Handle

A changed characteristic handle.

Value

A characteristic value.

The Value parameter is valid only inside the event handler. If an application needs to use it outside the event handler it must be copied.