点击或拖拽改变大小

ModbusTcpNetIsStringReverse 属性

字符串数据是否按照字来反转,默认为False
Whether the string data is reversed according to words. The default is False.

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public bool IsStringReverse { get; set; }

属性值

类型:Boolean

实现

IModbusIsStringReverse
备注
字符串按照2个字节的排列进行颠倒,根据实际情况进行设置
参见