点击或拖拽改变大小

SecsValueLength 属性

字节长度信息,如果是 List 类型的话,就是数组长度,如果如 ASCII 类型,就是字符串的字节长度,其他类型都是表示数据个数
Byte length information, if it is of type List, it is the length of the array, if it is of type ASCII, it is the byte length of the string, other types are the number of data

命名空间:  HslCommunication.Secs.Types
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public int Length { get; }

属性值

类型:Int32
参见