QuickOPC User's Guide and Reference
BadServerNotConnected Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UACodeBits Class : BadServerNotConnected Field
The operation could not complete because the client is not connected to the server.
Syntax
'Declaration
 
Public Const BadServerNotConnected As Integer
'Usage
 
Dim value As Integer
 
value = UACodeBits.BadServerNotConnected
public const int BadServerNotConnected
public:
const int BadServerNotConnected
Remarks

Numeric value: 32781 (0x800D)

Status code: 2148335616 (0x800D0000)

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