Click or drag to resize

IPacket Interface

Defines a binary packet received by a historian.

Namespace: GSF.Historian.Packets
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
View Source

The IPacket type exposes the following members.

Properties
 NameDescription
Public propertyAllowQueuedPublication Gets flag that determines if frame image can queued for publication or should be processed immediately.
(Inherited from ISupportFrameImageTTypeIdentifier)
Public propertyArchive Gets or sets the current IArchive.
Public propertyBinaryLength Gets the length of the binary image.
(Inherited from ISupportBinaryImage)
Public propertyCommonHeader Gets or sets current ICommonHeaderTTypeIdentifier.
(Inherited from ISupportFrameImageTTypeIdentifier)
Public propertyPreProcessHandler Gets or sets the Delegate that pre-processes the packet.
Public propertyProcessHandler Gets or sets the Delegate that processes the packet.
Public propertySource Gets or sets the data source identifier of the frame image.
(Inherited from ISupportSourceIdentifiableFrameImageTSourceIdentifier, TTypeIdentifier)
Public propertyTypeID Gets the identifier that can be used for identifying the Type.
(Inherited from ISupportFrameImageTTypeIdentifier)
Top
Methods
 NameDescription
Public methodExtractTimeSeriesData Extracts time-series data from the packet.
Public methodGenerateBinaryImage Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage)
Public methodParseBinaryImage Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage)
Top
Extension Methods
 NameDescription
Public Extension MethodBinaryImage Returns a binary image of an object that implements ISupportBinaryImage.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyBinaryImageToStream Copies binary image of object that implements ISupportBinaryImage to a Stream.
(Defined by ISupportBinaryImageExtensions)
Public Extension MethodCopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)
Public Extension MethodParseBinaryImageFromStream Parses binary image of object that implements ISupportBinaryImage from a Stream.
(Defined by ISupportBinaryImageExtensions)
Top
See Also