Click or drag to resize

USBDeviceControlPipeTimeout Property

Specifies the timeout in milliseconds for control pipe operations. If a control transfer does not finish within the specified time it will fail. When set to zero, no timeout is used. Default value is 5000 milliseconds.

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public int ControlPipeTimeout { get; set; }

Property Value

Type: Int32
See Also