open62541 1.3.14
Open source implementation of OPC UA
|
#include <client.h>
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 2015-2020 (c) Fraunhofer IOSB (Author: Julius Pfrommer) Copyright 2015-2016 (c) Sten GrĂ¼ner Copyright 2015-2016 (c) Chris Iatrou Copyright 2015-2017 (c) Florian Palm Copyright 2015 (c) Holger Jeromin Copyright 2015 (c) Oleksiy Vasylyev Copyright 2017 (c) Stefan Profanter, fortiss GmbH Copyright 2017 (c) Mark Giraud, Fraunhofer IOSB Copyright 2018 (c) Thomas Stalder, Blue Time Concept SA Copyright 2018 (c) Kalycito Infotech Private Limited Copyright 2020 (c) Christian von Arnim, ISW University of Stuttgart
UA_ApplicationDescription UA_ClientConfig::clientDescription |
UA_ExtensionObject UA_ClientConfig::userIdentityToken |
UA_MessageSecurityMode UA_ClientConfig::securityMode |
UA_EndpointDescription UA_ClientConfig::endpoint |
UA_UserTokenPolicy UA_ClientConfig::userTokenPolicy |
const UA_DataTypeArray* UA_ClientConfig::customDataTypes |
UA_ConnectionConfig UA_ClientConfig::localConnectionConfig |
UA_SecurityPolicy* UA_ClientConfig::securityPolicies |
UA_CertificateVerification UA_ClientConfig::certificateVerification |
UA_ConnectClientConnection UA_ClientConfig::initConnectionFunc |
UA_StatusCode(* UA_ClientConfig::pollConnectionFunc) (UA_Connection *connection, UA_UInt32 timeout, const UA_Logger *logger) |
void(* UA_ClientConfig::stateCallback) (UA_Client *client, UA_SecureChannelState channelState, UA_SessionState sessionState, UA_StatusCode connectStatus) |
void(* UA_ClientConfig::inactivityCallback) (UA_Client *client) |
UA_LocaleId* UA_ClientConfig::sessionLocaleIds |