UaClientSdk::UaClient Class Reference
[UA Client context and helper classes]

#include <uaclientsdk.h>

List of all members.

Public Types

enum  ServerStatus {
  Disconnected, Connected, ConnectionWarningWatchdogTimeout, ConnectionErrorApiReconnect,
  ServerShutdown, NewSessionCreated
}
 

ServerStatus: OPC UA server status.

More...

Detailed Description

Namespace class for OPC UA Client Library.


Member Enumeration Documentation

ServerStatus: OPC UA server status.

Enumerator:
Disconnected 

The connection to the server is deactivated by the user of the client API

Connected 

The connection to the server is established and is working in normal mode

ConnectionWarningWatchdogTimeout 

The monitoring of the connection to the server indicated a potential connection problem

ConnectionErrorApiReconnect 

The monitoring of the connection to the server detected an error and is trying to reconnect to the server

ServerShutdown 

The server sent a shutdown event and the client API tries a reconnect

NewSessionCreated 

The client was not able to reuse the old session and created a new session during reconnect. This requires to redo register nodes for the new session.


The documentation for this class was generated from the following file:
  • /home/buildbot/work/uasdkcpp/src/uaclient/uaclientcpp/uaclientsdk.h