TwclGattClientConnection.DoCharacteristicChanged(Word,TwclGattCharacteristicValue) Method

Fires the OnCharacteristicChanged event.

Namespace: wclBluetooth
protected
 procedure DoCharacteristicChanged(const Handle: Word;
 const Value: TwclGattCharacteristicValue); virtual;

Parameters

Handle
Type: Word

A changed characteristic handle.

Value
Type: TwclGattCharacteristicValue

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.