DLT698OverTcpDataReportingDelegate 委托 |
数据上报时的方法委托
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public delegate void DataReportingDelegate(
CommunicationPipe pipe,
OperateResult<byte[]> receive
)
Public Delegate Sub DataReportingDelegate (
pipe As CommunicationPipe,
receive As OperateResult(Of Byte())
)
public delegate void DataReportingDelegate(
CommunicationPipe^ pipe,
OperateResult<array<unsigned char>^>^ receive
)
type DataReportingDelegate =
delegate of
pipe : CommunicationPipe *
receive : OperateResult<byte[]> -> unit
参数
- pipe
- 类型:HslCommunication.Core.PipeCommunicationPipe
管道信息 - receive
- 类型:HslCommunicationOperateResultByte
收到的二进制报文
参见