OPCHDA.NET-UA
HDAQualityState Enumeration
See Also  Send Feedback
OpcHDaNetUaOption.Net4 Assembly > OPCHDA Namespace : HDAQualityState Enumeration

Glossary Item Box

OPC HDA quality states

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum HDAQualityState 
   Inherits System.Enum
C# 
[FlagsAttribute()]
public enum HDAQualityState : System.Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OPCHDA.HDAQualityState

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.