HID device path for this Wiimote (valid until Wiimote is disconnected)

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

Syntax

C#
public string HIDDevicePath { get; }
Visual Basic (Declaration)
Public ReadOnly Property HIDDevicePath As String
Visual C++
public:
property String^ HIDDevicePath {
	String^ get ();
}

See Also