C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
UaClientSdk::UaReverseDiscoveryCallback Class Referenceabstract

Callback interface for the reverse Discovery functionality. More...

#include <uadiscovery.h>

Public Member Functions

virtual void receivedReverseConnect (const UaString &sServerUri, const UaString &sEndpointUrl)=0
 Callback informing the discovery client about a reverse connect from a server. More...
 

Detailed Description

Callback interface for the reverse Discovery functionality.

Member Function Documentation

virtual void UaClientSdk::UaReverseDiscoveryCallback::receivedReverseConnect ( const UaString sServerUri,
const UaString sEndpointUrl 
)
pure virtual

Callback informing the discovery client about a reverse connect from a server.

The Endpoint URL can be used to call getEndpoints

Parameters
[in]sServerUriThe ServerUri of the server initiating a reverse connect
[in]sEndpointUrlThe endpoint URL of the server initiating a reverse connect

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