Represents a packet that can be used to send multiple time-series data points to a historian for archival.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class PacketType101 : PacketBase
Public Class PacketType101 _ Inherits PacketBase
public ref class PacketType101 : public PacketBase
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
PacketType101()()() |
Initializes a new instance of the PacketType101 class.
| |
PacketType101(IEnumerable<(Of <(IDataPoint>)>)) |
Initializes a new instance of the PacketType101 class.
| |
PacketType101(IEnumerable<(Of <(IMeasurement>)>)) |
Initializes a new instance of the PacketType101 class.
| |
PacketType101(array<Byte>[]()[], Int32, Int32) |
Initializes a new instance of the PacketType101 class.
| |
Archive |
Gets or sets the current IArchive.
(Inherited from PacketBase.) | |
BinaryImage |
Gets the binary representation of PacketType101.
(Overrides PacketBase.BinaryImage.) | |
BinaryLength |
Gets the length of the BinaryImage.
(Overrides PacketBase.BinaryLength.) | |
CommonHeader |
Gets or sets the PacketCommonHeader for the packet.
(Inherited from PacketBase.) | |
Data |
Gets the time-series data in PacketType101.
| |
Equals(Object) | (Inherited from Object.) | |
ExtractTimeSeriesData()()() |
Extracts time-series data from PacketType101.
(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.) | |
Initialize(array<Byte>[]()[], Int32, Int32) |
Initializes PacketType101 from the specified binaryImage.
(Overrides PacketBase.Initialize(array<Byte>[]()[], Int32, Int32).) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
PreProcess()()() |
Pre-processes PacketType101.
| |
PreProcessHandler |
Gets or sets the Delegate that pre-processes the packet.
(Inherited from PacketBase.) | |
Process()()() |
Processes PacketType101.
| |
ProcessHandler |
Gets or sets the Delegate that processes the packet.
(Inherited from PacketBase.) | |
ToString()()() | (Inherited from Object.) | |
TypeID |
Gets or sets the numeric identifier for the packet type.
(Inherited from PacketBase.) |
Inheritance Hierarchy
Object | ||
PacketBase | ||
PacketType101 |
See Also