'Declaration
<FlagsAttribute()> Public Enum AggregateBits Inherits System.Enum
'Usage
Dim instance As AggregateBits
[Flags()] public enum AggregateBits : System.Enum
[Flags()] public enum class AggregateBits : public System.Enum
'Declaration
<FlagsAttribute()> Public Enum AggregateBits Inherits System.Enum
'Usage
Dim instance As AggregateBits
[Flags()] public enum AggregateBits : System.Enum
[Flags()] public enum class AggregateBits : public System.Enum
Member | Description |
---|---|
Calculated | A raw data value. |
DataSourceMask | A mask that selects the bit which identify the source of the value (raw, calculated, interpolated). |
ExtraData | A raw data value that hides other data at the same timestamp. |
Interpolated | A data value which was interpolated. |
MultipleValues | Multiple values match the aggregate criteria (i.e. multiple minimum values at different timestamps within the same interval) |
Partial | A data value which was calculated with an incomplete interval. |
Raw | A raw data value. |
System.Object
System.ValueType
System.Enum
Opc.Ua.AggregateBits
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2