USBPipePolicyAutoClearStall Property |
When true, the driver fails stalled data transfers, but the driver clears the stall condition automatically. Default
value is false.
Namespace:
MadWizard.WinUSBNet
Assembly:
WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool AutoClearStall { get; set; }
Public Property AutoClearStall As Boolean
Get
Set
public:
property bool AutoClearStall {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also