LibUsbDotNet 2.2.8
SuspendDelay Property
Library ReferenceLibUsbDotNet.WinUsbPowerPoliciesSuspendDelay
LibUsbDotNet on SourceForge
The suspend delay policy parameter specifies the minimum amount of time, in milliseconds, that the WinUSB driver must wait after any transfer before it can suspend the device.
Declaration Syntax
C#Visual BasicVisual C++
public int SuspendDelay { get; set; }
Public Property SuspendDelay As Integer
	Get
	Set
public:
property int SuspendDelay {
	int get ();
	void set (int value);
}

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