Base class for a binary packet received by a historian.
            
| C# | Visual Basic | Visual C++ | 
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description | 
|---|---|---|
| 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) |  (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()()() |  (Inherited from Object.) | |
| TypeID | 
            Gets or sets the numeric identifier for the packet type.
              |