QuickOPC User's Guide and Reference
UACodeBits Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UACodeBits Class
The code bits of the status code (UAStatusCode).
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public MustInherit NotInheritable Class UACodeBits 
'Usage
 
Dim instance As UACodeBits
[ComVisible(false)]
public static class UACodeBits 
[ComVisible(false)]
public ref class UACodeBits abstract sealed 
Remarks

There is an implicit conversion from UAServiceResult to System.Int32, which takes the code bits of the Opc.Ua.StatusCode. You can use this to make a comparison of UAServiceResult with some value from the UACodeBits class easily.

Inheritance Hierarchy

System.Object
   OpcLabs.EasyOpc.UA.UACodeBits

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also