ModbusRtuStationCheckMacth 属性 |
获取或设置当前是否启用站号检查的功能,默认启用,读写数据时将进行站号确认操作,如果需要忽略站号,则设置为 false 即可。
Gets or sets whether the station ID check function is enabled. It is enabled by default. When reading or writing data, the station ID is confirmed.
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool StationCheckMacth { get; set; }
Public Property StationCheckMacth As Boolean
Get
Set
public:
property bool StationCheckMacth {
bool get ();
void set (bool value);
}
member StationCheckMacth : bool with get, set
属性值
类型:
Boolean参见