openPDC Historian Help
PacketBase Class
NamespacesTVA.Historian.PacketsPacketBase
Base class for a binary packet received by a historian.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class PacketBase : IPacket, 
	ISupportFrameImage<short>, ISupportBinaryImage
Public MustInherit Class PacketBase _
	Implements IPacket, ISupportFrameImage(Of Short), ISupportBinaryImage
public ref class PacketBase abstract : IPacket, 
	ISupportFrameImage<short>, ISupportBinaryImage
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
PacketBase(Int16)
Initializes a new instance of the packet.

Archive
Gets or sets the current IArchive.

BinaryImage
When overridden in a derived class, gets the binary representation of the packet.

BinaryLength
When overridden in a derived class, gets the length of the packet's binary representation.

ByteCount
Specifies the number of bytes in the binary image of the packet.

CommonHeader
Gets or sets the PacketCommonHeader for the packet.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtractTimeSeriesData()()()
When overridden in a derived class, extracts time-series data from the packet.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Initialize(array<Byte>[]()[], Int32, Int32)
When overridden in a derived class, initializes packet from the specified binaryImage.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
PreProcessHandler
Gets or sets the Delegate that pre-processes the packet.

ProcessHandler
Gets or sets the Delegate that processes the packet.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TypeID
Gets or sets the numeric identifier for the packet type.

Inheritance Hierarchy
See Also

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