点击或拖拽改变大小

DLT645MessagePependedUselesByteLength 方法

在接收头报文的时候,返回前置无效的报文头字节长度,默认为0,不处理
When receiving a header message, return the header byte length of the invalid header, the default is 0, and no processing is performed.

命名空间:  HslCommunication.Core.IMessage
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public override int PependedUselesByteLength(
	byte[] headByte
)

参数

headByte
类型:SystemByte
接收到的头子节信息

返回值

类型:Int32
头子节中无效的字节长度信息

实现

INetMessagePependedUselesByteLength(Byte)
参见