open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
client_config_default.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 2017 (c) Fraunhofer IOSB (Author: Julius Pfrommer)
5 * Copyright 2017 (c) Stefan Profanter, fortiss GmbH
6 * Copyright 2018 (c) Mark Giraud, Fraunhofer IOSB
7 */
8
9#ifndef UA_CLIENT_CONFIG_DEFAULT_H_
10#define UA_CLIENT_CONFIG_DEFAULT_H_
11
12#include <open62541/client.h>
13
15
17
20
21#ifdef UA_ENABLE_ENCRYPTION
24 UA_ByteString localCertificate, UA_ByteString privateKey,
25 const UA_ByteString *trustList, size_t trustListSize,
26 const UA_ByteString *revocationList, size_t revocationListSize);
27#endif
28
30
31#endif /* UA_CLIENT_CONFIG_DEFAULT_H_ */
_UA_BEGIN_DECLS UA_Client * UA_Client_new(void)
This work is licensed under a Creative Commons CCZero 1.0 Universal License.
UA_StatusCode UA_ClientConfig_setDefaultEncryption(UA_ClientConfig *config, UA_ByteString localCertificate, UA_ByteString privateKey, const UA_ByteString *trustList, size_t trustListSize, const UA_ByteString *revocationList, size_t revocationListSize)
UA_StatusCode UA_ClientConfig_setDefault(UA_ClientConfig *config)
#define _UA_BEGIN_DECLS
#undef UA_DEBUG_DUMP_PKGS
Definition config.h:89
#define _UA_END_DECLS
Definition config.h:96
This Source Code Form is subject to the terms of the Mozilla Public License, v.
Definition client.h:35
uint32_t UA_StatusCode
Definition types.h:77