AutoSuspend Property

LibUsbDotNet

LibUsbDotNet 2.2.8 AutoSuspend Property
Library ReferenceLibUsbDotNet.WinUsbPowerPoliciesAutoSuspend
LibUsbDotNet on SourceForge
If the auto suspend policy parameter is TRUE (that is, nonzero), the USB stack suspends the device when no transfers are pending. The default value for the AutoSuspend policy parameter is TRUE.
Declaration Syntax
C# Visual Basic Visual C++
public bool AutoSuspend { get; set; }
Public Property AutoSuspend As Boolean
	Get
	Set
public:
property bool AutoSuspend {
	bool get ();
	void set (bool value);
}

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