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

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

Méthodes publiques

Свойство 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
Résultat DataValue

StartTime public_oe property

The timestamp at the start of the region.
public DateTime,System StartTime
Résultat System.DateTime

StatusCode public_oe property

The status for the region.
public StatusCode StatusCode
Résultat StatusCode