TwclWiiRemoteLeds Record

The structure contains the Wii Remote LEDs states.

Namespace: wclBluetooth
type
 TwclWiiRemoteLeds = record
 end;

The TwclWiiRemoteLeds type exposes the following members.

Show:
 NameDescription
Led1

True if the first LED is turned ON.

Led2

True if the second LED is turned ON.

Led3

True if the third LED is turned ON.

Led4

True if the fourth LED is turned ON.

Top