| ModbusRtuOverTcpIsStringReverse 属性  | 
 
            字符串数据是否按照字来反转,默认为False
            Whether the string data is reversed according to words. The default is False.
            
 
        命名空间: 
     HslCommunication.ModBus
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public bool IsStringReverse { get; set; }Public Property IsStringReverse As Boolean
	Get
	Set
public:
virtual property bool IsStringReverse {
	bool get () sealed;
	void set (bool value) sealed;
}abstract IsStringReverse : bool with get, set
override IsStringReverse : bool with get, set
属性值
类型:
Boolean实现
IModbusIsStringReverse 备注
备注
            字符串按照2个字节的排列进行颠倒,根据实际情况进行设置
            
 参见
参见