Gets the collection of available Wiimotes

Namespace:  Bespoke.Common.Wiimote
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static WiimoteCollection AvailableWiimotes { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property AvailableWiimotes As WiimoteCollection
Visual C++
public:
static property WiimoteCollection^ AvailableWiimotes {
	WiimoteCollection^ get ();
}

See Also