QuickOPC User's Guide and Reference
BadNodeIdExists Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadNodeIdExists Field
The requested node id is already used by another node.
Syntax
'Declaration
 
Public Const BadNodeIdExists As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadNodeIdExists
public const int BadNodeIdExists
public:
const int BadNodeIdExists
Remarks

Numeric value: 32862 (0x805E)

Status code: 2153644032 (0x805E0000)

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