System.IO.Ports.SerialInterruptPortBase.Flush C# (CSharp) Method

Flush() public method

Empties the contents of a serial port's buffer.
public Flush ( ) : void
return void
        public override void Flush()
        {
            _port.Flush();
        }