#include <opc/ua/protocol/channel.h>
#include <opc/ua/services/services.h>
#include <opc/common/logger.h>
#include <memory>
Go to the source code of this file.
Classes | |
struct | OpcUa::SecureConnectionParams |
Namespaces | |
OpcUa | |
OPC UA Address space part. GNU LGPL. | |
Functions | |
Services::SharedPtr | OpcUa::CreateBinaryClient (IOChannel::SharedPtr channel, const SecureConnectionParams ¶ms, const Common::Logger::SharedPtr &logger=nullptr) |
Create server based on opc ua binary protocol. More... | |
Services::SharedPtr | OpcUa::CreateBinaryClient (const std::string &endpointUrl, const Common::Logger::SharedPtr &logger=nullptr) |