S2OPC OPCUA Toolkit
|
OPC UA server client to reverse connect configuration type. From specification part 6 (v1.05.01): "For each Client, the administrator shall provide an ApplicationUri and an EndpointUrl for the Client.". More...
#include <sopc_user_app_itf.h>
Data Fields | |
char * | clientApplicationURI |
char * | clientEndpointURL |
OPC UA server client to reverse connect configuration type. From specification part 6 (v1.05.01): "For each Client, the administrator shall provide an ApplicationUri and an EndpointUrl for the Client.".
char* SOPC_Server_ClientToConnect::clientApplicationURI |
The client application URI. It might be empty since it is not checked for now.
char* SOPC_Server_ClientToConnect::clientEndpointURL |
The client endpoint URL to connect to establish the reverse connection.