Represents time-series data transmitted in PacketType101.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class PacketType101DataPoint : ArchiveDataPoint
Public Class PacketType101DataPoint _ Inherits ArchiveDataPoint
public ref class PacketType101DataPoint : public ArchiveDataPoint
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
PacketType101DataPoint(IDataPoint) |
Initializes a new instance of the PacketType101DataPoint class.
| |
PacketType101DataPoint(IMeasurement) |
Initializes a new instance of the PacketType101DataPoint class.
| |
PacketType101DataPoint(Int32, TimeTag, Single, Quality) |
Initializes a new instance of the PacketType101DataPoint class.
| |
PacketType101DataPoint(array<Byte>[]()[], Int32, Int32) |
Initializes a new instance of the PacketType101DataPoint class.
| |
BinaryImage |
Gets the binary representation of PacketType101DataPoint.
(Overrides ArchiveDataPoint.BinaryImage.) | |
BinaryLength |
Gets the length of the BinaryImage.
(Overrides ArchiveDataPoint.BinaryLength.) | |
ByteCount |
Specifies the number of bytes in the binary image of PacketType101DataPoint.
| |
CompareTo(Object) |
Compares the current ArchiveDataPoint object to obj.
(Inherited from ArchiveDataPoint.) | |
Equals(Object) |
Determines whether the current ArchiveDataPoint object is equal to obj.
(Inherited from ArchiveDataPoint.) | |
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.) | |
Flags |
Gets or sets the 32-bit word used for storing data of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) | |
GetHashCode()()() |
Returns the hash code for the current ArchiveDataPoint object.
(Inherited from ArchiveDataPoint.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
HistorianID |
Gets or sets the historian identifier of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) | |
Initialize(array<Byte>[]()[], Int32, Int32) |
Initializes PacketType101DataPoint from the specified binaryImage.
(Overrides ArchiveDataPoint.Initialize(array<Byte>[]()[], Int32, Int32).) | |
IsEmpty |
Gets a boolean value that indicates whether ArchiveDataPoint contains any data.
(Inherited from ArchiveDataPoint.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Quality |
Gets or sets the Quality of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) | |
Time |
Gets or sets the TimeTag of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) | |
ToString()()() |
Returns the text representation of ArchiveDataPoint object.
(Inherited from ArchiveDataPoint.) | |
Value |
Gets or sets the floating-point value of ArchiveDataPoint.
(Inherited from ArchiveDataPoint.) |
Inheritance Hierarchy
Object | ||
ArchiveDataPoint | ||
PacketType101DataPoint |
See Also