Click or drag to resize

GSF.Historian.Packets Namespace

Contains classes that define packet definitions used for transmission of data points and metadata.
Classes
  Class Description
Public class PacketBase Base class for a binary packet received by a historian.
Public class PacketCommonHeader Represents the common header information that is present in the binary image of all Types that implement the IPacket interface.
Public class PacketParser Represents a data parser that can parse binary data in to IPackets.
Public class PacketType1 Represents a packet to be used for sending single time-series data point to a historian for archival.
Public class PacketType101 Represents a packet that can be used to send multiple time-series data points to a historian for archival.
Public class PacketType101DataPoint Represents time-series data transmitted in PacketType101.
Public class PacketType11 Represents a packet to be used for requesting Summary for the RequestIDs.
Public class PacketType2 Represents a packet to be used for sending single time (expanded format) series data point to a historian for archival.
Public class PacketType3 Represents a packet to be used for requesting Summary for the RequestIDs.
Public class PacketType4 Represents a packet to be used for requesting Summary for the RequestIDs only if the MetadataRecord has changed.
Public class PacketType5 Represents a packet that can be used to query the status of a historian.
Public class QueryPacketBase Base class for a packet to be used for requesting information from a historian.
Interfaces
  Interface Description
Public interface IPacket Defines a binary packet received by a historian.