LogData Constructor (DateTime, UInt32, Point[])

Constructor with a timestamp, array of points logged and period between points.

Namespace:  IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public LogData(
    DateTime timeStamp,
    uint periodUs,
    Point[] points
)

Parameters

timeStamp

Type: DateTime
The time when the first point is logged.

periodUs

Type: UInt32
The period, in microseconds, between two points.

points

Type: Point[]
The array of points logged.

See Also: