UniSet 2.32.1
|
#include <OPCUAClient.h>
Классы | |
struct | ResultVar |
Открытые типы | |
enum class | VarType : int { Int32 = 0 , Float = 1 } |
using | ErrorCode = int |
Открытые члены | |
bool | connect (const std::string &addr) |
bool | connect (const std::string &addr, const std::string &user, const std::string &pass) |
ErrorCode | read (std::vector< UA_ReadValueId > &attrs, std::vector< ResultVar > &result) |
ErrorCode | write32 (std::vector< UA_WriteValue > &values) |
ErrorCode | write32 (const std::string &attr, int32_t value) |
ErrorCode | set (const std::string &attr, bool set) |
ErrorCode | write (const UA_WriteValue &val) |
Защищенные данные | |
UA_Client * | client = { nullptr } |
UA_Variant * | val = { nullptr } |
UA_SessionState | ss |
Интерфейс для работы с OPC UA