Click or drag to resize

wclGattServerConnectionOnRead Event

The event fires when a remote GATT client requests characteristic's data read.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public event wclGattLocalCharacteristicReadEvent OnRead

Value

wclGattLocalCharacteristicReadEvent
Remarks
An application must call the Respond method to respond on the data read request.
See Also