Click or drag to resize

wclGattClientDoCharacteristicChanged Method

Fires the OnCharacteristicChanged event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoCharacteristicChanged(
	ushort Handle,
	byte[] Value
)

Parameters

Handle  UInt16
A changed characteristic handle.
Value  Byte
A characteristic value.
Remarks
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.
See Also