SetLEDs Method (Int32)

WiimoteLib

Set the LEDs on the Wiimote

Namespace:  WiimoteLib
Assembly:  WiimoteLib (in WiimoteLib.dll)
Version: 1.2.1.0 (1.2.1.0)

Syntax

C#
public void SetLEDs(
	int leds
)
Visual Basic (Declaration)
Public Sub SetLEDs ( _
	leds As Integer _
)
Visual C++
public:
void SetLEDs(
	int leds
)

Parameters

leds
Type: System..::.Int32
The value to be lit up in base2 on the Wiimote

See Also