点击或拖拽改变大小

DLT698OverTcpDataReportingDelegate 委托

数据上报时的方法委托

命名空间:  HslCommunication.Instrument.DLT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public delegate void DataReportingDelegate(
	CommunicationPipe pipe,
	OperateResult<byte[]> receive
)

参数

pipe
类型:HslCommunication.Core.PipeCommunicationPipe
管道信息
receive
类型:HslCommunicationOperateResultByte
收到的二进制报文
参见