open62541
1.3.14
Open source implementation of OPC UA
Loading...
Searching...
No Matches
doc
open62541
include
open62541
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
>
11
#include <
open62541/plugin/log.h
>
12
#include <
open62541/server.h
>
13
14
_UA_BEGIN_DECLS
15
16
UA_ServerNetworkLayer
17
UA_ServerNetworkLayerWS
(
UA_ConnectionConfig
config,
UA_UInt16
port,
18
const
UA_ByteString
* certificate,
19
const
UA_ByteString
* privateKey);
20
21
_UA_END_DECLS
22
23
#endif
/* UA_NETWORK_WS_H_ */
client.h
_UA_BEGIN_DECLS
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition
config.h:89
_UA_END_DECLS
#define _UA_END_DECLS
Definition
config.h:96
log.h
UA_ServerNetworkLayerWS
_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.
server.h
UA_ConnectionConfig
Definition
network.h:29
UA_ServerNetworkLayer
Definition
network.h:119
UA_String
Definition
types.h:114
UA_UInt16
uint16_t UA_UInt16
Definition
types.h:46
Generated by
1.11.0