Click or drag to resize

wclGattClientOnCharacteristicChanged Event

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

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public event wclGattCharacteristicChangedEvent OnCharacteristicChanged

Value

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