open62541 1.3.14
Open source implementation of OPC UA
Loading...
Searching...
No Matches
network_ws.h
Go to the documentation of this file.
1/** This work is licensed under a Creative Commons CCZero 1.0 Universal License.
2 * See http://creativecommons.org/publicdomain/zero/1.0/ for more information.
3 *
4 * Copyright 2016 (c) Fraunhofer IOSB (Author: Julius Pfrommer)
5 */
6
7#ifndef UA_NETWORK_WS_H_
8#define UA_NETWORK_WS_H_
9
10#include <open62541/client.h>
12#include <open62541/server.h>
13
15
18 const UA_ByteString* certificate,
19 const UA_ByteString* privateKey);
20
22
23#endif /* UA_NETWORK_WS_H_ */
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition config.h:89
#define _UA_END_DECLS
Definition config.h:96
_UA_BEGIN_DECLS UA_ServerNetworkLayer UA_ServerNetworkLayerWS(UA_ConnectionConfig config, UA_UInt16 port, const UA_ByteString *certificate, const UA_ByteString *privateKey)
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
uint16_t UA_UInt16
Definition types.h:46