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

Interface for transport setting object factory. More...

#include <opcua_writergrouptransporttype.h>

Public Member Functions

virtual WriterGroupTransportTypecreateWriterGroupTransportObject (OpcUa_WriterGroupDataType *pWriterGroupConfiguration, WriterGroupType *pWriterGroup)=0
 Method used to create an application specific WriterGroupTransportType object. More...
 

Detailed Description

Interface for transport setting object factory.

Member Function Documentation

virtual WriterGroupTransportType* OpcUa::WriterGroupTransportTypeFactory::createWriterGroupTransportObject ( OpcUa_WriterGroupDataType *  pWriterGroupConfiguration,
WriterGroupType pWriterGroup 
)
pure virtual

Method used to create an application specific WriterGroupTransportType object.

Return NULL if there is no application specific version for the passed configuration.


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