CommunicationServerCheckSerialDataComplete 属性 |
检查串口接收到的数据是否完整
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public Func<byte[], int, bool> CheckSerialDataComplete { get; set; }
Public Property CheckSerialDataComplete As Func(Of Byte(), Integer, Boolean)
Get
Set
public:
property Func<array<unsigned char>^, int, bool>^ CheckSerialDataComplete {
Func<array<unsigned char>^, int, bool>^ get ();
void set (Func<array<unsigned char>^, int, bool>^ value);
}
member CheckSerialDataComplete : Func<byte[], int, bool> with get, set
属性值
类型:
FuncByte,
Int32,
Boolean参见