Click or drag to resize

wclWiiRemoteClientConnectionDoStatusChanged Method

Fires the OnStatusChanged event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoStatusChanged(
	double Batt,
	wclWiiRemoteLeds Leds
)

Parameters

Batt  Double
The WeDo Remote battery level.
Leds  wclWiiRemoteLeds
The We Do Remote LEDs state.
See Also