TwclGattServerConnection.HalCreateClient(Int64) Method

Creates a driver specific GATT server client object.

Namespace: wclBluetooth
protected
 function HalCreateClient(
 const Address: Int64): TwclGattServerClient; virtual; abstract;

Parameters

Address
Type: Int64

The client's address.

Return Value

If the method completed with success the returning value is just created TwclGattServerClient object. If the method failed the returning value is nil.

A derived class must override this method to provide driver specific code.