Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SerialPort::BytesToWrite Property

 

Gets the number of bytes of data in the send buffer.

Namespace:   System.IO.Ports
Assembly:  System (in System.dll)

public:
[BrowsableAttribute(false)]
property int BytesToWrite {
	int get();
}

Property Value

Type: System::Int32

The number of bytes of data in the send buffer.

Exception Condition
IOException

The port is in an invalid state.

InvalidOperationException

The stream is closed. This can occur because the Open method has not been called or the Close method has been called.

The send buffer includes the serial driver's send buffer as well as internal buffering in the SerialPort object itself.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft