LibUsbDotNet.LudnMonoLibUsb.MonoUsbEndpointWriter.Flush C# (CSharp) Method

Flush() public method

This method has no effect on write endpoints, andalways returs true.
public Flush ( ) : bool
return bool
        public override bool Flush() { return true; }