Click or drag to resize

wclWiiRemoteStatusChangedEvent Delegate

The Wii Remote OnStatusChanged event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclWiiRemoteStatusChangedEvent(
	Object Sender,
	double Batt,
	wclWiiRemoteLeds Leds
)

Parameters

Sender  Object
The object initiates the event.
Batt  Double
The WeDo Remote battery level.
Leds  wclWiiRemoteLeds
The We Do Remote LEDs state.
See Also