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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAStatusCode Interface : CodeBits Property
The code bits of the status code.
Syntax
'Declaration
 
Property CodeBits As Integer
'Usage
 
Dim instance As _UAStatusCode
Dim value As Integer
 
instance.CodeBits = value
 
value = instance.CodeBits
int CodeBits {get; set;}
property int CodeBits {
   int get();
   void set (    int value);
}
Remarks
The OpcLabs.EasyOpc.UA.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