ModbusTcpNetIsCheckMessageId 属性 |
获取或设置是否进行检查返回的消息ID和发送的消息ID是否一致,默认为true,也就是检查
Get or set whether to check whether the returned message ID is consistent with the sent message ID, the default is true, that is, check
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool IsCheckMessageId { get; set; }
Public Property IsCheckMessageId As Boolean
Get
Set
public:
property bool IsCheckMessageId {
bool get ();
void set (bool value);
}
member IsCheckMessageId : bool with get, set
属性值
类型:
Boolean参见