Click or drag to resize

wclGattServerClient Constructor

Creates new client object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclGattServerClient(
	long Address,
	wclGattServerConnection Connection
)

Parameters

Address  Int64
The client's address. If the Address is 0 the wclEInvalidArgument raises.
Connection  wclGattServerConnection
The wclGattServerConnection object that owns the client. If the Connection is nil the wclEInvalidArgument exception raises.
Exceptions
ExceptionCondition
wclEInvalidArgument
Remarks
An application must not create the objects of this class directly.
See Also