







|
| WiimoteLib |
| Wiimote..::.SetLEDs Method (Boolean, Boolean, Boolean, Boolean) |
| Wiimote Class See Also Send Feedback |
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( 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
