GetStatus Method

WiimoteLib

Retrieve the current status of the Wiimote and extensions. Replaces GetBatteryLevel() since it was poorly named.

Namespace:  WiimoteLib
Assembly:  WiimoteLib (in WiimoteLib.dll)
Version: 1.2.1.0 (1.2.1.0)

Syntax

C#
public void GetStatus()
Visual Basic (Declaration)
Public Sub GetStatus
Visual C++
public:
void GetStatus()

See Also