| Data Structures | |
| struct | UA_ConnectionConfig | 
| struct | UA_Connection | 
| struct | ContinuationPointEntry | 
| 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 | 
| struct UA_ConnectionConfig | 
| enum UA_ConnectionState | 
| 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 | ||
| ) | 
Returns a string of complete message (the length entry is decoded for that). If the received message is incomplete, it is retained in the connection.
| void UA_EXPORT UA_Connection_deleteMembers | ( | UA_Connection * | connection | ) | 
| void UA_EXPORT UA_Connection_detachSecureChannel | ( | UA_Connection * | connection | ) | 
| void UA_EXPORT UA_Connection_init | ( | UA_Connection * | connection | ) | 
 1.7.6.1
 1.7.6.1