open62541 1.3.12
Open source implementation of OPC UA
|
#include <network.h>
Data Fields | |
UA_ConnectionState | state |
UA_SecureChannel * | channel |
UA_SOCKET | sockfd |
UA_DateTime | openingDate |
void * | handle |
UA_StatusCode(* | getSendBuffer )(UA_Connection *connection, size_t length, UA_ByteString *buf) |
void(* | releaseSendBuffer )(UA_Connection *connection, UA_ByteString *buf) |
UA_StatusCode(* | send )(UA_Connection *connection, UA_ByteString *buf) |
UA_StatusCode(* | recv )(UA_Connection *connection, UA_ByteString *response, UA_UInt32 timeout) |
void(* | releaseRecvBuffer )(UA_Connection *connection, UA_ByteString *buf) |
void(* | close )(UA_Connection *connection) |
void(* | free )(UA_Connection *connection) |
UA_ConnectionState UA_Connection::state |
UA_SecureChannel* UA_Connection::channel |
UA_DateTime UA_Connection::openingDate |
UA_StatusCode(* UA_Connection::getSendBuffer) (UA_Connection *connection, size_t length, UA_ByteString *buf) |
void(* UA_Connection::releaseSendBuffer) (UA_Connection *connection, UA_ByteString *buf) |
UA_StatusCode(* UA_Connection::send) (UA_Connection *connection, UA_ByteString *buf) |
UA_StatusCode(* UA_Connection::recv) (UA_Connection *connection, UA_ByteString *response, UA_UInt32 timeout) |
void(* UA_Connection::releaseRecvBuffer) (UA_Connection *connection, UA_ByteString *buf) |
void(* UA_Connection::close) (UA_Connection *connection) |
void(* UA_Connection::free) (UA_Connection *connection) |