ModbusInfoCheckRtuReceiveDataComplete 方法 |
当消息头报文的长度定义为-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.
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static bool CheckRtuReceiveDataComplete(
byte[] send,
byte[] response
)
Public Shared Function CheckRtuReceiveDataComplete (
send As Byte(),
response As Byte()
) As Boolean
public:
static bool CheckRtuReceiveDataComplete(
array<unsigned char>^ send,
array<unsigned char>^ response
)
static member CheckRtuReceiveDataComplete :
send : byte[] *
response : byte[] -> bool
参数
- send
- 类型:SystemByte
发送的消息 - response
- 类型:SystemByte
[缺少 "M:HslCommunication.ModBus.ModbusInfo.CheckRtuReceiveDataComplete(System.Byte[],System.Byte[])" 的 <param name="response"/> 文档]
返回值
类型:
Boolean是否是完整的消息
参见