Flush Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Sends any data waiting in the send buffer of this SerialPort and clears the buffer.

Namespace:  System.IO.Ports
Assembly:  Microsoft.SPOT.Hardware.SerialPort (in Microsoft.SPOT.Hardware.SerialPort.dll)

Syntax

'Declaration
Public Overrides Sub Flush
public override void Flush()
public:
virtual void Flush() override
abstract Flush : unit -> unit 
override Flush : unit -> unit 
public override function Flush()

.NET Framework Security

See Also

Reference

SerialPort Class

System.IO.Ports Namespace