Struct SignalMeasurement<V>
Information from a single measurement of a status signal
public struct SignalMeasurement<V>
Type Parameters
VUnderlying data type of the signal
- Inherited Members
Fields
Name
The name of the signal.
public string Name
Field Value
Status
Status code response of getting the data.
public StatusCode Status
Field Value
Timestamp
Timestamp of when the data point was taken, in seconds.
public double Timestamp
Field Value
Units
The units of the signal measurement.
public string Units
Field Value
Value
The value of the signal.
public V Value
Field Value
- V