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