Click or drag to resize

wclGattServerConnection Constructor

Creates a new "virtual" GATT Server connection object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclGattServerConnection(
	wclBluetoothRadio Radio
)

Parameters

Radio  wclBluetoothRadio
The Radio object that owns the connection.
Exceptions
ExceptionCondition
wclECritical
Remarks

An application must never create this class directly. Instead of that an application must use upper-level methods and classes.

If the Radio parameter is nil the wclECritical exception raises.

See Also