System.IO.Ports.SerialPort.BytesToWrite Property

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

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int BytesToWrite { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.IO.Ports
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0