Click or drag to resize

USBPipePolicyPipeTransferTimeout Property

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

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

Property Value

Type: Int32
See Also