获取或设置一个值,该值指示在串行通信中是否启用请求发送 (RTS) 信号。
Gets or sets a value indicating whether the request sending (RTS) signal is enabled in serial communication.
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool RtsEnable { get; set; }
Public Property RtsEnable As Boolean
Get
Set
public:
property bool RtsEnable {
bool get ();
void set (bool value);
}
member RtsEnable : bool with get, set
属性值
类型:
Boolean参见