S2OPC OPCUA Toolkit
Data Fields
SOPC_Server_ClientToConnect Struct Reference

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
 

Detailed Description

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.".

Note
There is no indication to validate the ApplicationUri in specification. It might be checked in the future using the CreateSessionRequest content .

Field Documentation

◆ clientApplicationURI

char* SOPC_Server_ClientToConnect::clientApplicationURI

The client application URI. It might be empty since it is not checked for now.

◆ clientEndpointURL

char* SOPC_Server_ClientToConnect::clientEndpointURL

The client endpoint URL to connect to establish the reverse connection.


The documentation for this struct was generated from the following file: