AltWriteMethod Property

WiimoteLib

Force the PC to write to the Wiimote in an alternate way. This should no longer be used.

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

Syntax

C#
[ObsoleteAttribute("The Connect method will determine the proper write method at runtime.  Only set this if you really want to force it.")]
public bool AltWriteMethod { get; set; }
Visual Basic (Declaration)
<ObsoleteAttribute("The Connect method will determine the proper write method at runtime.  Only set this if you really want to force it.")> _
Public Property AltWriteMethod As Boolean
Visual C++
[ObsoleteAttribute(L"The Connect method will determine the proper write method at runtime.  Only set this if you really want to force it.")]
public:
property bool AltWriteMethod {
	bool get ();
	void set (bool value);
}

See Also