SerialPort.BytesToRead 屬性

定義

取得接收緩衝區中的資料位元組數。

public:
 property int BytesToRead { int get(); };
public int BytesToRead { get; }
[System.ComponentModel.Browsable(false)]
public int BytesToRead { get; }
member this.BytesToRead : int
[<System.ComponentModel.Browsable(false)>]
member this.BytesToRead : int
Public ReadOnly Property BytesToRead As Integer

屬性值

接收緩衝區中的資料位元組數。

屬性

例外狀況

連接埠未開啟。

備註

接收緩衝區包含序列驅動程式的接收緩衝區,以及物件本身的內部 SerialPort 緩衝。

BytesToRead因為 屬性同時代表 SerialPort 緩衝區和 Windows 建立的緩衝區,所以它可以傳回大於 屬性的值 ReadBufferSize ,這只代表 Windows 建立的緩衝區。

適用於