点击或拖拽改变大小

ReverseWordTransformIsInteger16Reverse 属性

获取或设置双字节的整数是否进行翻转操作,主要针对的类型为 Int16UInt16
Get or set whether the double-byte integer is to be flipped, the main types are Int16 and UInt16

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

属性值

类型:Boolean
备注
默认为 True,即发生数据翻转,当修改为 False 时,和C#的字节顺序一致
参见