TwclGattClientConnection.OnCharacteristicChanged Event

The event fires when a subscribed characteristic value has been changed.

Namespace: wclBluetooth
public
 property OnCharacteristicChanged: TwclGattCharacteristicChangedEvent
 read FOnCharacteristicChanged write FOnCharacteristicChanged;

To receive characteristic value change events an application must first subscribe for characteristic changes notification by calling Subscribe method.