#include "ua_types.h"
Include dependency graph for ua_connection.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | UA_ConnectionConfig |
| struct | UA_Connection |
Enumerations | |
| enum | UA_ConnectionState { UA_CONNECTION_OPENING, UA_CONNECTION_ESTABLISHED, UA_CONNECTION_CLOSED } |
Functions | |
| void UA_EXPORT | UA_Connection_init (UA_Connection *connection) |
| void UA_EXPORT | UA_Connection_deleteMembers (UA_Connection *connection) |
| void UA_EXPORT | UA_Connection_detachSecureChannel (UA_Connection *connection) |
| void UA_EXPORT | UA_Connection_attachSecureChannel (UA_Connection *connection, UA_SecureChannel *channel) |
| UA_ByteString UA_EXPORT | UA_Connection_completeMessages (UA_Connection *connection, UA_ByteString received) |
Variables | |
| const UA_EXPORT UA_ConnectionConfig | UA_ConnectionConfig_standard |
1.7.6.1