TwclWiiRemoteClientConnection.Create(TwclBluetoothRadio) Constructor

Create new Wii Remote client connection.

Namespace: wclBluetooth
public
 constructor Create(const Radio: TwclBluetoothRadio); reintroduce; virtual;

Parameters

Radio
Type: TwclBluetoothRadio

The Radio object that owns the connection.

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 wclErrors.wclECritical exception raises.