SerialPort.BreakState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定中斷信號狀態。
public:
property bool BreakState { bool get(); void set(bool value); };
public bool BreakState { get; set; }
[System.ComponentModel.Browsable(false)]
public bool BreakState { get; set; }
member this.BreakState : bool with get, set
[<System.ComponentModel.Browsable(false)>]
member this.BreakState : bool with get, set
Public Property BreakState As Boolean
屬性值
如果連接埠處於中斷狀態則為 true
,否則為 false
。
- 屬性
例外狀況
備註
中斷訊號狀態會在傳輸暫停且該行處於中斷狀態時發生, (全部低,直到放開為止,不會停止位) 。 若要進入中斷狀態,請將此屬性設定為 true
。 如果埠已經處於中斷狀態,請將這個屬性再次設定為 true
不會造成例外狀況。 當 為 true
時BreakState,無法寫入SerialPort物件。