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