获取或设置一个值,该值指示在串行通信中是否启用数据终端就绪 (Drt) 信号。
Gets or sets a value that indicates whether the Data Terminal Ready (DRT) signal is enabled in serial communication.
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool DtrEnable { get; set; }
Public Property DtrEnable As Boolean
Get
Set
public:
property bool DtrEnable {
bool get ();
void set (bool value);
}
member DtrEnable : bool with get, set
属性值
类型:
Boolean参见