点击或拖拽改变大小

ModbusInfoCheckAsciiReceiveDataComplete 方法

重载列表
  名称说明
公共方法静态成员CheckAsciiReceiveDataComplete(Byte)
当消息头报文的长度定义为-1的时候,则使用动态的长度信息,可以使用本方法来判断一个消息是否处于完整的状态。
If the length of the message header is defined as -1, this method can be used to determine whether a message is in the complete state by using dynamic length information.
公共方法静态成员CheckAsciiReceiveDataComplete(Byte, Int32)
当消息头报文的长度定义为-1的时候,则使用动态的长度信息,可以使用本方法来判断一个消息是否处于完整的状态。
If the length of the message header is defined as -1, this method can be used to determine whether a message is in the complete state by using dynamic length information.
Top
参见