TwclGattServerClientEvent Delegate

The GATT server client event handlers prototype.

Namespace: wclBluetooth
type
 TwclGattServerClientEvent = procedure(Sender: TObject;
 const Client: TwclGattServerClient) of object;

Parameters

Sender

The object initiates the event.

Client

The TwclGattServerClient object that represents a GATT server client.

This event handler prototype is used for OnClientConnected and OnClientDisconnected events of the GATT server.