Click or drag to resize

wclBluetoothLeBeaconWatcherConnection Constructor

Creates a new "virtual" Beacon Watcher connection object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclBluetoothLeBeaconWatcherConnection(
	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 null the wclECritical exception raises.

See Also