Represents a packet to be used for sending single time (expanded format) series data point to a historian for archival.
            
| C# | Visual Basic | Visual C++ | 
public class PacketType2 : PacketBase
Public Class PacketType2 _ Inherits PacketBase
public ref class PacketType2 : public PacketBase
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description | 
|---|---|---|
| PacketType2()()() | 
            Initializes a new instance of the PacketType2 class.
              | |
| PacketType2(array<Byte>[]()[], Int32, Int32) | 
            Initializes a new instance of the PacketType2 class.
              | |
| Archive | 
            Gets or sets the current IArchive.
              (Inherited from PacketBase.) | |
| BinaryImage | 
            Gets the binary representation of PacketType2.
              (Overrides PacketBase.BinaryImage.) | |
| BinaryLength | 
            Gets the length of the BinaryImage.
              (Overrides PacketBase.BinaryLength.) | |
| ByteCount | 
            Specifies the number of bytes in the binary image of PacketType2.
              | |
| CommonHeader | 
            Gets or sets the PacketCommonHeader for the packet.
              (Inherited from PacketBase.) | |
| Day | 
            Gets or sets the day-part of the time.
              | |
| Equals(Object) |  (Inherited from Object.) | |
| ExtractTimeSeriesData()()() | 
            Extracts time-series data from PacketType2.
              (Overrides PacketBase.ExtractTimeSeriesData()()().) | |
| 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.) | |
| GmtOffset | 
            Gets or sets the difference, in hours, between the local time and Greenwich Mean Time (Universal Coordinated Time).
              | |
| HistorianID | 
            Gets or sets the historian identifier of the time-series data.
              | |
| Hour | 
            Gets or sets the hour-part of the time.
              | |
| Initialize(array<Byte>[]()[], Int32, Int32) | 
            Initializes PacketType2 from the specified binaryImage.
              (Overrides PacketBase.Initialize(array<Byte>[]()[], Int32, Int32).) | |
| MemberwiseClone()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| Millisecond | 
            Gets or sets the millisecond-part of the time.
              | |
| Minute | 
            Gets or sets the minute-part of the time.
              | |
| Month | 
            Gets or sets the month-part of the time.
              | |
| PreProcess()()() | 
            Pre-processes PacketType2.
              | |
| PreProcessHandler | 
            Gets or sets the Delegate that pre-processes the packet.
              (Inherited from PacketBase.) | |
| Process()()() | 
            Processes PacketType2.
              | |
| ProcessHandler | 
            Gets or sets the Delegate that processes the packet.
              (Inherited from PacketBase.) | |
| Quality | 
            Gets or sets the Quality of the time-series data.
              | |
| Second | 
            Gets or sets the second-part of the time.
              | |
| ToString()()() |  (Inherited from Object.) | |
| TypeID | 
            Gets or sets the numeric identifier for the packet type.
              (Inherited from PacketBase.) | |
| Value | 
            Gets or sets the value of the time-series data.
              | |
| Year | 
            Gets or sets the year-part of the time.
              | 
| Object | ||
| PacketBase | ||
| PacketType2 | ||