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)
Syntaxpublic int PipeTransferTimeout { get; set; }
Public Property PipeTransferTimeout As Integer
Get
Set
public:
property int PipeTransferTimeout {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also