SerialPort.BytesToRead 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得接收緩衝區中的資料位元組數。
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 建立的緩衝區。