SerialPort.DsrHolding 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Data Set Ready (DSR) 信號的狀態。
public:
property bool DsrHolding { bool get(); };
public bool DsrHolding { get; }
[System.ComponentModel.Browsable(false)]
public bool DsrHolding { get; }
member this.DsrHolding : bool
[<System.ComponentModel.Browsable(false)>]
member this.DsrHolding : bool
Public ReadOnly Property DsrHolding As Boolean
屬性值
如果 Data Set Ready (DSR) 信號已傳送至連接埠則為 true
;否則為 false
。
- 屬性
例外狀況
備註
此屬性用於數據集就緒/數據終端機就緒 (DSR/DTR) 交握。 數據集就緒 (DSR) 訊號通常會由數據機傳送到埠,以指出它已準備好進行數據傳輸或數據接收。