SerialPort.RtsEnable 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示在串行通信中是否启用请求发送 (RTS) 信号。
public:
property bool RtsEnable { bool get(); void set(bool value); };
public bool RtsEnable { get; set; }
[System.ComponentModel.Browsable(true)]
public bool RtsEnable { get; set; }
member this.RtsEnable : bool with get, set
[<System.ComponentModel.Browsable(true)>]
member this.RtsEnable : bool with get, set
Public Property RtsEnable As Boolean
属性值
如果为 true
,则启用请求发送 (RTS);否则为 false
。 默认值为 false
。
- 属性
例外
在 RtsEnable 属性设置为 Handshake 值或 RequestToSend 值时设置或检索 RequestToSendXOnXOff 属性。
注解
请求传输 (RTS) 信号通常用于请求发送/清除以发送 (RTS/CTS) 硬件握手。