Click or drag to resize

wclGattLocalCharacteristicReadEvent Delegate

The OnRead characteristic's event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclGattLocalCharacteristicReadEvent(
	Object Sender,
	wclGattServerClient Client,
	wclGattLocalCharacteristic Characteristic,
	wclGattLocalCharacteristicReadRequest Request
)

Parameters

Sender  Object
The object initiates the event.
Client  wclGattServerClient
The wclGattServerClient object that requested read.
Characteristic  wclGattLocalCharacteristic
The characteristic object for which writes is executing.
Request  wclGattLocalCharacteristicReadRequest
The GATT read request object.
See Also