Click or drag to resize

wclBluetoothRadio Constructor

Creates a new radio object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public wclBluetoothRadio(
	wclBluetoothManager Manager
)

Parameters

Manager  wclBluetoothManager
The wclBluetoothManager object that creates and owns the Radio. If the Manager parameter is null the wclECritical exception raises.
Exceptions
ExceptionCondition
wclECritical
Remarks
An application must never create the Radio objects directly. Instead of that an application must use methods of the wclBluetoothManager component.
See Also