QuickOPC User's Guide and Reference
BadInvalidState Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadInvalidState Field
The operation cannot be completed because the object is closed, uninitialized or in some other invalid state.
Syntax
'Declaration
 
Public Const BadInvalidState As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadInvalidState
public const int BadInvalidState
public:
const int BadInvalidState
Remarks

Numeric value: 32943 (0x80AF)

Status code: 2158952448 (0x80AF0000)

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