C# Class Opc.Ua.Server.AggregateCalculator.SubRegion

A subset of a slice bounded by two raw data points.
Show file Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
DataPoint DataValue
StartTime System.DateTime
StatusCode StatusCode

Property Details

DataPoint public property

The data point at the start of the region.
public DataValue DataPoint
return DataValue

StartTime public property

The timestamp at the start of the region.
public DateTime,System StartTime
return System.DateTime

StatusCode public property

The status for the region.
public StatusCode StatusCode
return StatusCode