LibUsbDotNet 2.2.8
AutoClearStall Property
Library ReferenceLibUsbDotNet.WinUsbPipePoliciesAutoClearStall
LibUsbDotNet on SourceForge
If the auto clear stall policy parameter is TRUE (that is, nonzero), the driver fails stalled data transfers, but the driver clears the stall condition automatically, and data continues to flow on the pipe. This policy parameter does not affect control pipes. The default value for the auto clear stall policy parameter is FALSE.
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoClearStall { get; set; }
Public Property AutoClearStall As Boolean
	Get
	Set
public:
property bool AutoClearStall {
	bool get ();
	void set (bool value);
}

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)