TwclBluetoothRadio.Create(TwclBluetoothManager) Constructor

Creates a new radio object.

Namespace: wclBluetooth
public
 constructor Create(const Manager: TwclBluetoothManager); virtual;

Parameters

Manager
Type: TwclBluetoothManager

The TwclBluetoothManager object that creates and owns the Radio. If the Manager parameter is nil the wclErrors.wclECritical exception raises.

An application must never create the Radio objects directly. Instead of that an application must use methods of the TwclBluetoothManager component.