ModbusTcpServerUseModbusRtuOverTcp 属性 |
获取或设置当前的TCP服务器是否使用modbus-rtu报文进行通信,如果设置为
True,那么客户端需要使用
ModbusRtuOverTcp
Get or set whether the current TCP server uses modbus-rtu messages for communication.
If it is set to
True, then the client needs to use
ModbusRtuOverTcp
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool UseModbusRtuOverTcp { get; set; }
Public Property UseModbusRtuOverTcp As Boolean
Get
Set
public:
property bool UseModbusRtuOverTcp {
bool get ();
void set (bool value);
}
member UseModbusRtuOverTcp : bool with get, set
属性值
类型:
Boolean备注 参见