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

A subset of a slice bounded by two raw data points.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
DataPoint DataValue
StartTime System.DateTime
StatusCode StatusCode

Property Details

DataPoint public_oe property

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

StartTime public_oe property

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

StatusCode public_oe property

The status for the region.
public StatusCode StatusCode
return StatusCode