 | PipeStreamFlush Method |
This method does nothing.
Namespace:
WinUsbNet
Assembly:
WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override void Flush()
Public Overrides Sub Flush
public:
virtual void Flush() override
Remarks
Because write transfers are not buffered, there are no buffers to flush
and this method does nothing.
See Also