C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
OpcUa::AddressSpaceFileCallback Class Referenceabstract

Callback interface for handling incoming ExportNamespace Method calls. More...

#include <opcua_addressspacefiletype.h>

Inherited by NodeManagerUaNode.

Public Member Functions

virtual UaStatus exportNamespace (const ServiceContext &serviceContext, AddressSpaceFileType *pAddressSpaceFile)=0
 Provides a way to export the namespace from the Server address space to the XML file represented by the AddressSpaceFileType. More...
 

Detailed Description

Callback interface for handling incoming ExportNamespace Method calls.

Member Function Documentation

virtual UaStatus OpcUa::AddressSpaceFileCallback::exportNamespace ( const ServiceContext serviceContext,
AddressSpaceFileType pAddressSpaceFile 
)
pure virtual

Provides a way to export the namespace from the Server address space to the XML file represented by the AddressSpaceFileType.

Value attributes are only exported if they represent static configuration information. The client is expected to call the ExportNamespace method first to update the XML file and then access the file with the methods defined in the FileType.

Parameters
serviceContextGeneral context for the service calls containing information like the session object, return diagnostic mask and timeout hint.
pAddressSpaceFileAffected Object Node.

Implemented in NodeManagerUaNode.


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