SAMSerialCheckADSCommandCompletion 方法 |
检查当前的接收数据信息是否一条完整的数据信息
命名空间:
HslCommunication.Profinet.IDCard
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static bool CheckADSCommandCompletion(
List<byte> input
)
Public Shared Function CheckADSCommandCompletion (
input As List(Of Byte)
) As Boolean
public:
static bool CheckADSCommandCompletion(
List<unsigned char>^ input
)
static member CheckADSCommandCompletion :
input : List<byte> -> bool
参数
- input
- 类型:System.Collections.GenericListByte
输入的信息
返回值
类型:
Boolean是否接收完成
参见