Click or drag to resize

wclGattServerDoRead Method

Fires the OnRead event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoRead(
	wclGattServerClient Client,
	wclGattLocalCharacteristic Characteristic,
	wclGattLocalCharacteristicReadRequest Request
)

Parameters

Client  wclGattServerClient
The wclGattServerClient object that requested read.
Characteristic  wclGattLocalCharacteristic
The local GATT characteristic object that requested the write operation.
Request  wclGattLocalCharacteristicReadRequest
The GATT read request object.
Remarks
This method is called when a remote GATT client requests read from the characteristic. An application must call the Respond method to send a data back to the device.
See Also