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(
	bool led1,
	bool led2,
	bool led3,
	bool led4
)
Visual Basic (Declaration)
Public Sub SetLEDs ( _
	led1 As Boolean, _
	led2 As Boolean, _
	led3 As Boolean, _
	led4 As Boolean _
)
Visual C++
public:
void SetLEDs(
	bool led1, 
	bool led2, 
	bool led3, 
	bool led4
)

Parameters

led1
Type: System..::.Boolean
LED 1
led2
Type: System..::.Boolean
LED 2
led3
Type: System..::.Boolean
LED 3
led4
Type: System..::.Boolean
LED 4

See Also