TwclGattLocalCharacteristicReadEvent Delegate

The OnRead characteristic's event handler prototype.

Namespace: wclBluetooth
type
 TwclGattLocalCharacteristicReadEvent = procedure(Sender: TObject;
 const Client: TwclGattServerClient;
 const Characteristic: TwclGattLocalCharacteristic;
 const Request: TwclGattLocalCharacteristicReadRequest) of object;

Parameters

Sender

The object initiates the event.

Client

The TwclGattServerClient object that requested read.

Characteristic

The characteristic object for which writes is executing.

Request

The GATT read request object.