TwclGattServer.DoWrite(TwclGattServerClient,TwclGattLocalCharacteristic,TwclGattLocalCharacteristicWriteRequest) Method

Fires the OnWrite event.

Namespace: wclBluetooth
protected
 procedure DoWrite(const Client: TwclGattServerClient;
 const Characteristic: TwclGattLocalCharacteristic;
 const Request: TwclGattLocalCharacteristicWriteRequest); virtual;

Parameters

Client
Type: TwclGattServerClient

The TwclGattServerClient object that requested write.

Characteristic
Type: TwclGattLocalCharacteristic

The local GATT characteristic object that requested the write operation.

Request
Type: TwclGattLocalCharacteristicWriteRequest

The GATT characteristic write request object.