High Performance OPC UA Server SDK  1.1.0.158
ua_applicationtype

The type of application. More...

Enumerations

enum  ua_applicationtype {
  UA_APPLICATIONTYPE_SERVER = 0, UA_APPLICATIONTYPE_CLIENT = 1, UA_APPLICATIONTYPE_CLIENTANDSERVER = 2, UA_APPLICATIONTYPE_DISCOVERYSERVER = 3,
  UA_APPLICATIONTYPE_MAX_ENUM_VALUE = INT32_MAX
}
 The type of application. More...
 

Functions

const char * ua_applicationtype_to_string (enum ua_applicationtype applicationtype)
 

Detailed Description

The type of application.

Enumeration Type Documentation

The type of application.

Enumerator
UA_APPLICATIONTYPE_SERVER 

The application is a Server.

UA_APPLICATIONTYPE_CLIENT 

The application is a Client.

UA_APPLICATIONTYPE_CLIENTANDSERVER 

The application is a Client and a Server.

UA_APPLICATIONTYPE_DISCOVERYSERVER 

The application is a DiscoveryServer.