S2OPC OPCUA Toolkit
|
Connection configuration to a remote OPC server. More...
#include <libs2opc_client_cmds.h>
Data Fields | |
const char * | endpointUrl |
const char * | serverUri |
uint32_t | reverseConnectionConfigId |
Connection configuration to a remote OPC server.
SOPC_ClientHelper_EndpointConnection::endpointUrl |
Zero-terminated server URL
SOPC_ClientHelper_EndpointConnection::serverUri |
Zero-terminated server URI (optional). If defined it is checked in case of reverse connection configuration
SOPC_ClientHelper_EndpointConnection::reverseConnectionConfigId |
If endpoint connection shall be done using reverse connection mechanism it shall be set with the the configuration id returned by SOPC_ClientHelper_CreateReverseEndpoint. Otherwise it shall be 0 if no reverse connection is expected.