Set the LEDs on the Wiimote

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.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