TwclWiiRemoteStatusChangedEvent Delegate

The Wii Remote OnStatusChanged event handler prototype.

Namespace: wclBluetooth
type
 TwclWiiRemoteStatusChangedEvent = procedure(Sender: TObject;
 const Batt: Double; const Leds: TwclWiiRemoteLeds) of object;

Parameters

Sender

The object initiates the event.

Batt

The WeDo Remote battery level.

Leds

The We Do Remote LEDs state.