C++ Based OPC UA Client/Server/PubSub SDK  1.7.8.584
UaBase::AbstractNodesetBrowseImportProgressCallback Class Referenceabstract

Callback interface for reporting import progress. More...

#include <abstractnodesetbrowseimport.h>

Public Member Functions

virtual bool importProgress (const UaString &statusInfo, OpcUa_UInt32 totalNodesBrowse, OpcUa_UInt32 totalNodesRead, bool browseCompleted)=0
 Callback informing the application about the nodeset import progress. More...
 

Detailed Description

Callback interface for reporting import progress.

Member Function Documentation

virtual bool UaBase::AbstractNodesetBrowseImportProgressCallback::importProgress ( const UaString statusInfo,
OpcUa_UInt32  totalNodesBrowse,
OpcUa_UInt32  totalNodesRead,
bool  browseCompleted 
)
pure virtual

Callback informing the application about the nodeset import progress.

The callback also allows to abort the import.

Parameters
statusInfoThe current status as string.
totalNodesBrowseThe total number of browsed nodes.
totalNodesReadThe total number of nodes read.
browseCompletedFlag indicating if the browse is completed and read is started.
Returns
Indicates if the import should be continued. True is continue and False is abort import.

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