OpcStatusAggregateBits Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Declares there aggregated data comes from and therefore provides information how to use the data.

C#

[Flags]
public enum OpcStatusAggregateBits


Inheritance ObjectValueTypeEnum › OpcStatusAggregateBits


Attributes FlagsAttribute

Remarks

This enumeration is only used when reading historical data.

Name Value Description
Raw 0 The data offered is 1:1 the information used.
Calculated 1 The data has been calculated.
Interpolated 2 The data has been interpolated.
DataSourceMask 3 A mask is to be used to identify the source of the value.
Partial 4 The data was calculated within an incomplete interval.
ExtraData 8 The raw data value hides other data at the same timestamp.
MultipleValues 16 Multiple values match the aggregate criteria (i.e. multiple minimum values at different timestamps within the same interval).