DLT645ServerStringReverse 属性 |
字符串的数据是否发生反转,默认为 True, 将根据高地位进行翻转操作
Whether the data of the string is reversed or not, the default is True, and the flip operation will be performed according to the high status
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool StringReverse { get; set; }
Public Property StringReverse As Boolean
Get
Set
public:
property bool StringReverse {
bool get ();
void set (bool value);
}
member StringReverse : bool with get, set
属性值
类型:
Boolean参见