TwclWiiRemoteHidClientConnection.Create(TwclBluetoothRadio) Constructor

Create new Wii Remote HID client connection.

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

Parameters

Radio
Type: TwclBluetoothRadio

The Radio object that owns the connection.

Overrides

TwclWiiRemoteClientConnection.Create(TwclBluetoothRadio)

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.