NetworkAlienClientIsResponseAck 属性 |
在DTU设备发送了注册报文的时候,指示是否返回响应报文,用来通知DTU设备是否登录成功,默认为 True
When a DTU sends a registration packet, it indicates whether to return a response packet to notify the DTU whether the DTU is logged in, The default is True
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsResponseAck { get; set; }
Public Property IsResponseAck As Boolean
Get
Set
public:
property bool IsResponseAck {
bool get ();
void set (bool value);
}
member IsResponseAck : bool with get, set
属性值
类型:
Boolean参见