Bluetooth Framework C++ Edition

◆ DoWrite()

virtual void DoWrite ( CwclGattServerClient *const  Client,
CwclGattLocalCharacteristic *const  Characteristic,
CwclGattLocalCharacteristicWriteRequest *const  Request 
)
protectedvirtual

Fires the OnWrite event.

Parameters
ClientThe CwclGattServerClient object that requested write.
CharacteristicThe local GATT characteristic object that requested the write operation.
RequestThe GATT characteristic write request object.
See also
CwclGattServerClient, CwclGattLocalCharacteristic, CwclGattLocalCharacteristicWriteRequest