summaryrefslogtreecommitdiffstats
path: root/src/opcua/core/qopcuaprovider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/core/qopcuaprovider.cpp')
-rw-r--r--src/opcua/core/qopcuaprovider.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/opcua/core/qopcuaprovider.cpp b/src/opcua/core/qopcuaprovider.cpp
index acb8b16..ea17902 100644
--- a/src/opcua/core/qopcuaprovider.cpp
+++ b/src/opcua/core/qopcuaprovider.cpp
@@ -199,6 +199,19 @@ static QOpcUaPlugin *loadPlugin(const QString &key)
The optional argument \c backendProperties can be used to pass custom backend specific settings as key value pairs.
Those settings are specific to the backend being instantiated.
+
+ Available settings are
+ \table
+ \header
+ \li Setting string
+ \li Backend
+ \li Description
+ \row
+ \li disableEncryptedPasswordCheck
+ \li Unified Automation
+ \li By default, the backend refuses to connect to endpoints without encryption to avoid
+ sending passwords in clear text. This parameter allows to disable this feature.
+ \endtable
*/
QOpcUaClient *QOpcUaProvider::createClient(const QString &backend, const QVariantMap &backendProperties)
{