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