Static Public Attributes | List of all members
ConnectionStatus Class Reference

Describes the connection status of a cvb.opcua.Server, a cvb.opcua.Client, or a cvb.opcua.BaseNode. More...

Inherits object.

Static Public Attributes

int ConnectedToClient = 2
 Server has at least one connected client. More...
 
int ConnectedToServer = 1
 Client is connected to a server. More...
 
int NotConnected = 0
 Server or client is not connected. More...
 

Detailed Description

Describes the connection status of a cvb.opcua.Server, a cvb.opcua.Client, or a cvb.opcua.BaseNode.

Member Data Documentation

◆ ConnectedToClient

int ConnectedToClient = 2
static

Server has at least one connected client.

◆ ConnectedToServer

int ConnectedToServer = 1
static

Client is connected to a server.

◆ NotConnected

int NotConnected = 0
static

Server or client is not connected.