Click or drag to resize

wclWiiRemoteClientConnectionSetLeds(Boolean, Boolean, Boolean, Boolean) Method

Changes the Wii Remote LEDs state.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int SetLeds(
	bool Led1,
	bool Led2,
	bool Led3,
	bool Led4
)

Parameters

Led1  Boolean
The new LED 1 state.
Led2  Boolean
The new LED 2 state.
Led3  Boolean
The new LED 3 state.
Led4  Boolean
The new LED 4 state.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See Also