Table of Contents

Struct RecordValue

Namespace
Loehnert.Lisrt.IO.Beckhoff.Recording
Assembly
Loehnert.Lisrt.IO.Beckhoff.dll

Represents a record value.

public struct RecordValue
Inherited Members

Constructors

RecordValue(DateTime, double)

Initializes a new instance of the RecordValue struct.

public RecordValue(DateTime timeStamp, double value)

Parameters

timeStamp DateTime

Time stamp of the value.

value double

The value.

Properties

TimeStamp

Gets the time stamp.

public DateTime TimeStamp { get; }

Property Value

DateTime

Value

Gets the value. Usually unscaled and unadjusted.

public double Value { get; }

Property Value

double