 | PipeStreamCanRead Property |
Gets a value that indicates if the
PipeStream can read from the USB device.
Namespace:
WinUsbNet
Assembly:
WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override bool CanRead { get; }
Public Overrides ReadOnly Property CanRead As Boolean
Get
public:
virtual property bool CanRead {
bool get () override;
}
Property Value
Type:
Booleantrue if the PipeStream can read from the
USB device, otherwise false.
See Also