TwclGattServerClient.Create(Int64,TwclGattServerConnection) Constructor

Creates new client object.

Namespace: wclBluetooth
public
 constructor Create(const Address: Int64;
 const Connection: TwclGattServerConnection); virtual;

Parameters

Address
Type: Int64

The client's address. If the Address is 0 the wclErrors.wclEInvalidArgument raises.

Connection
Type: TwclGattServerConnection

The TwclGattServerConnection object that owns the client. If the Connection is nil the wclErrors.wclEInvalidArgument exception raises.

An application must not create the objects of this class directly.