Represents the internal enumeration of the OpcQuality structure.
[Visual Basic] Public Enum OpcQuality.Enumeration [C#] public enum OpcQuality.Enumeration [C++] __value public enum OpcQuality.Enumeration
Internal representation for the OpcQuality structure.
| Member Name | Short Value Equivalent |
| Bad | 0x0000 |
| BadConfigurationError | 0x0004 |
| BadNotConnected | 0x0008 |
| BadDeviceFailure | 0x000c |
| BadSensorFailure | 0x0010 |
| BadLastKnownValue | 0x0014 |
| BadCommFailure | 0x0018 |
| BadOutOfService | 0x001c |
| BadWaitingForInitialData | 0x0020 |
| Uncertain | 0x0040 |
| UncertainLastUsableValue | 0x0044 |
| UncertainSensorNotAccurate | 0x0050 |
| UncertainEUExceeded | 0x0054 |
| UncertainSubNormal | 0x0058 |
| Good | 0x00c0 |
| GoodLocalOverride | 0x00d8 |
For more information, see the topic OPC Quality Flags.
Namespace: Visavi.Opc.Client
Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
Assembly: Visavi.Opc.Client
OpcQuality.Enumeration Members | Visavi.Opc.Client Namespace