NetworkBaseCheckRemoteToken 方法 |
检查当前的头子节信息的令牌是否是正确的,仅用于某些特殊的协议实现
Check whether the token of the current header subsection information is correct, only for some special protocol implementations
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected bool CheckRemoteToken(
byte[] headBytes
)
Protected Function CheckRemoteToken (
headBytes As Byte()
) As Boolean
protected:
bool CheckRemoteToken(
array<unsigned char>^ headBytes
)
member CheckRemoteToken :
headBytes : byte[] -> bool
参数
- headBytes
- 类型:SystemByte
头子节数据
返回值
类型:
Boolean令牌是验证成功
参见