Click or drag to resize

IPacketProcessHandler Property

Gets or sets the Delegate that processes the packet.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
Func<IEnumerable<byte[]>> ProcessHandler { get; set; }
View Source

Property Value

FuncIEnumerableByte
Remarks
FuncTResult returns an IEnumerableT object containing the binary data to be sent back to the packet sender.
See Also