Click or drag to resize

wclGattServerConnectionHalCreateClient Method

Creates a driver specific GATT server client object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected abstract wclGattServerClient HalCreateClient(
	long Address
)

Parameters

Address  Int64
The client's address.

Return Value

wclGattServerClient
If the method completed with success the returning value is just created wclGattServerClient object. If the method failed the returning value is nil.
Remarks
A derived class must override this method to provide driver specific code.
See Also