CVBpy 14.0
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.
 
int ConnectedToServer = 1
 Client is connected to a server.
 
int NotConnected = 0
 Server or client is not connected.
 

Detailed Description

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