LibUsbDotNet.LudnMonoLibUsb.MonoUsbEndpointWriter.Flush C# (CSharp) 메소드

Flush() 공개 메소드

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