UniSet @VERSION@
Классы | Открытые типы | Открытые члены | Полный список членов класса
Класс uniset::JSOPCUAClient

#include <JSOPCUAClient.h>

Классы

struct  ResultVar
 
struct  WriteItem
 

Открытые типы

enum class  VarType : int { Int32 = 0 , Float = 1 }
 
using ErrorCode = UA_StatusCode
 

Открытые члены

void setLog (const std::shared_ptr< DebugStream > &log)
 
bool connect (const std::string &endpoint)
 
bool connect (const std::string &endpoint, const std::string &user, const std::string &passwd)
 
void disconnect () noexcept
 
bool isConnected () const noexcept
 
std::vector< ResultVarread (const std::vector< std::string > &nodeIds)
 
ErrorCode write (const std::vector< WriteItem > &items)
 

Подробное описание

Облегченная реализация OPC UA клиента для скриптового движка. Поддерживает только подключения и операции read/write.