Click or drag to resize

PipeStreamCanTimeout Property

Gets a value that indicates if the PipeStream can time out.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool CanTimeout { get; }

Property Value

Type: Boolean

true if the PipeStream can read from the USB device, otherwise false.

See Also