 | 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)
Syntaxpublic override bool CanTimeout { get; }
Public Overrides ReadOnly Property CanTimeout As Boolean
Get
public:
virtual property bool CanTimeout {
bool get () override;
}
Property Value
Type:
Booleantrue if the PipeStream can read from the
USB device, otherwise false.
See Also