SerialPort.BytesToWrite 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得傳送緩衝區中的資料位元組數。
public:
property int BytesToWrite { int get(); };
public int BytesToWrite { get; }
[System.ComponentModel.Browsable(false)]
public int BytesToWrite { get; }
member this.BytesToWrite : int
[<System.ComponentModel.Browsable(false)>]
member this.BytesToWrite : int
Public ReadOnly Property BytesToWrite As Integer
屬性值
傳送緩衝區中的資料位元組數。
- 屬性
例外狀況
連接埠處於無效狀態。
備註
傳送緩衝區包含序列驅動程式的傳送緩衝區,以及物件本身的內部 SerialPort 緩衝。