openPDC Historian Help
IPacket Interface
NamespacesTVA.Historian.PacketsIPacket
Defines a binary packet received by a historian.
Declaration Syntax
C#Visual BasicVisual C++
public interface IPacket : ISupportFrameImage<short>, 
	ISupportBinaryImage
Public Interface IPacket _
	Implements ISupportFrameImage(Of Short), ISupportBinaryImage
public interface class IPacket : ISupportFrameImage<short>, 
	ISupportBinaryImage
Members
All MembersMethodsProperties



IconMemberDescription
Archive
Gets or sets the current IArchive.

BinaryImage()()() (Inherited from ISupportBinaryImage.)
BinaryLength()()() (Inherited from ISupportBinaryImage.)
CommonHeader()()() (Inherited from ISupportFrameImage<(Of <(Int16>)>).)
ExtractTimeSeriesData()()()
Extracts time-series data from the packet.

Initialize(array<Byte>[]()[], Int32, Int32) (Inherited from ISupportBinaryImage.)
PreProcessHandler
Gets or sets the Delegate that pre-processes the packet.

ProcessHandler
Gets or sets the Delegate that processes the packet.

TypeID()()() (Inherited from ISupportFrameImage<(Of <(Int16>)>).)

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252