Bluetooth Framework C++ Edition

◆ DoRead()

virtual void DoRead ( CwclGattServerClient *const  Client,
CwclGattLocalCharacteristic *const  Characteristic,
CwclGattLocalCharacteristicReadRequest *const  Request 
)
protectedvirtual

Fires the OnRead event.

Parameters
ClientThe CwclGattServerClient object that requested read.
CharacteristicThe local GATT characteristic object that requested the read operation.
RequestThe GATT read request object.

This method is called when a remote GATT client requests read from the characteristic.

See also
CwclGattServerClient, CwclGattLocalCharacteristic, CwclGattLocalCharacteristicReadRequest