HslStructAttributeStringMode 属性 |
字符串的解析模式,0:默认没有字节头 1: 一个头子节,表示长度,2: 两个头子节,最大字符数和实际字符数,3: 两个字节头,实际字符数,4: 四个头字节,最大字符数和实际字符数,5: 四个头字节,字符串实际长度
Parsing mode of the string, 0: default byte header 1: one head section, indicating the length, 2: two head sections, maximum number of characters and actual number of characters,
3: two head bytes, actual number of characters, 4: four head bytes, maximum number of characters and actual number of characters, 5: four head bytes, actual length of the string
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.2.0.0 (12.2.0.0)
语法 public int StringMode { get; set; }
Public Property StringMode As Integer
Get
Set
public:
property int StringMode {
int get ();
void set (int value);
}
member StringMode : int with get, set
属性值
类型:
Int32参见