SpecifiedCharacterMessageEndLength 属性 |
获取或设置在结束字符之后剩余的固定字节长度,有些则还包含两个字节的校验码,这时该值就需要设置为2。
Gets or sets the remaining fixed byte length after the end character, and some also contain a two-byte check code. In this case, the value needs to be set to 2.
命名空间:
HslCommunication.Core.IMessage
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte EndLength { get; set; }
Public Property EndLength As Byte
Get
Set
public:
property unsigned char EndLength {
unsigned char get ();
void set (unsigned char value);
}
member EndLength : byte with get, set
属性值
类型:
Byte参见