QuickOPC User's Guide and Reference
CodeBits Property (UAStatusCode)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAStatusCode Class : CodeBits Property
The code bits of the status code.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property CodeBits As Integer
'Usage
 
Dim instance As UAStatusCode
Dim value As Integer
 
instance.CodeBits = value
 
value = instance.CodeBits
[DefaultValue(0)]
public int CodeBits {get; set;}
[DefaultValue(0)]
public:
property int CodeBits {
   int get();
   void set (    int value);
}
Remarks
The UACodeBits class contains constants and methods to help dealing with code bits.
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