Click or drag to resize

wclGattServerConnectionDoRead 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 read operation.
Request  wclGattLocalCharacteristicReadRequest
The GATT read request object.
Remarks
This method is called when a remote GATT client requests read from the characteristic.
See Also