open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
ua_connection_internal.h File Reference

Go to the source code of this file.

Functions

_UA_BEGIN_DECLS void UA_Connection_sendError (UA_Connection *connection, UA_TcpErrorMessage *error)
 
void UA_Connection_detachSecureChannel (UA_Connection *connection)
 
void UA_Connection_attachSecureChannel (UA_Connection *connection, UA_SecureChannel *channel)
 

Function Documentation

◆ UA_Connection_sendError()

_UA_BEGIN_DECLS void UA_Connection_sendError ( UA_Connection * connection,
UA_TcpErrorMessage * error )

This Source Code Form is subject to the terms of the Mozilla Public License, v.

2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Copyright 2016-2017 (c) Fraunhofer IOSB (Author: Julius Pfrommer) Copyright 2016-2017 (c) Stefan Profanter, fortiss GmbH Copyright 2017 (c) Florian Palm Copyright 2017 (c) Mark Giraud, Fraunhofer IOSB When a fatal error occurs the Server shall send an Error Message to the Client and close the socket. When a Client encounters one of these errors, it shall also close the socket but does not send an Error Message. After the socket is closed a Client shall try to reconnect automatically using the mechanisms described in [...].

◆ UA_Connection_detachSecureChannel()

void UA_Connection_detachSecureChannel ( UA_Connection * connection)

◆ UA_Connection_attachSecureChannel()

void UA_Connection_attachSecureChannel ( UA_Connection * connection,
UA_SecureChannel * channel )