Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum HDAQualityState Inherits System.Enum |
C# | |
---|---|
[FlagsAttribute()] public enum HDAQualityState : System.Enum |
Member | Description |
---|---|
Calculated | Calculated data value, as would be returned from a ReadProcessed call. |
Conversion | Scaling / conversion error. |
DataLost | Collection started / stopped / lost. |
ExtraData | More than one piece of data that may be hidden exists at same timestamp. |
Interpolated | Interpolated data value. |
NoBound | No data found to provide upper or lower bound value. |
NoData | No data collected. Archiving not active (for item or all items). |
Partial | Aggregate value is for an incomplete interval. |
Raw | Raw data value. |
System.Object
System.ValueType
System.Enum
OPCHDA.HDAQualityState
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x