Click or drag to resize

wclWiiRemoteHidClientConnection Constructor

Create new Wii Remote HID client connection.

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

See Also