Qt 6.4
Qt OPC UA
C++ Classes
QOpcUaClient
Qt 6.4.1 Reference Documentation
List of All Members for QOpcUaClient
This is the complete list of members for
QOpcUaClient
, including inherited members.
enum
ClientError
enum
ClientState
addNodeFinished
(QOpcUaExpandedNodeId, QString, QOpcUa::UaStatusCode)
addReferenceFinished
(QString, QString, QOpcUaExpandedNodeId, bool, QOpcUa::UaStatusCode)
connectError
(QOpcUaErrorState *)
connected
()
deleteNodeFinished
(QString, QOpcUa::UaStatusCode)
deleteReferenceFinished
(QString, QString, QOpcUaExpandedNodeId, bool, QOpcUa::UaStatusCode)
disconnected
()
endpointsRequestFinished
(QList<QOpcUaEndpointDescription>, QOpcUa::UaStatusCode, QUrl)
errorChanged
(QOpcUaClient::ClientError)
findServersFinished
(QList<QOpcUaApplicationDescription>, QOpcUa::UaStatusCode, QUrl)
namespaceArrayChanged
(QStringList)
namespaceArrayUpdated
(QStringList)
passwordForPrivateKeyRequired
(QString, QString *, bool)
readNodeAttributesFinished
(QList<QOpcUaReadResult>, QOpcUa::UaStatusCode)
stateChanged
(QOpcUaClient::ClientState)
writeNodeAttributesFinished
(QList<QOpcUaWriteResult>, QOpcUa::UaStatusCode)
~QOpcUaClient
()
addNode
(const QOpcUaAddNodeItem &) : bool
addReference
(const QOpcUaAddReferenceItem &) : bool
applicationIdentity
() const : QOpcUaApplicationIdentity
authenticationInformation
() const : const QOpcUaAuthenticationInformation &
backend
() const : QString
connectToEndpoint
(const QOpcUaEndpointDescription &)
deleteNode
(const QString &, bool) : bool
deleteReference
(const QOpcUaDeleteReferenceItem &) : bool
disconnectFromEndpoint
()
endpoint
() const : QOpcUaEndpointDescription
error
() const : QOpcUaClient::ClientError
findServers
(const QUrl &, const QStringList &, const QStringList &) : bool
isNamespaceAutoupdateEnabled
() const : bool
namespaceArray
() const : QStringList
namespaceAutoupdateInterval
() const : int
node
(const QString &) : QOpcUaNode *
node
(const QOpcUaExpandedNodeId &) : QOpcUaNode *
pkiConfiguration
() const : QOpcUaPkiConfiguration
qualifiedNameFromNamespaceUri
(const QString &, const QString &, bool *) const : QOpcUaQualifiedName
readHistoryData
(const QOpcUaHistoryReadRawRequest &) : QOpcUaHistoryReadResponse *
readNodeAttributes
(const QList<QOpcUaReadItem> &) : bool
requestEndpoints
(const QUrl &) : bool
resolveExpandedNodeId
(const QOpcUaExpandedNodeId &, bool *) const : QString
setApplicationIdentity
(const QOpcUaApplicationIdentity &)
setAuthenticationInformation
(const QOpcUaAuthenticationInformation &)
setNamespaceAutoupdate
(bool)
setNamespaceAutoupdateInterval
(int)
setPkiConfiguration
(const QOpcUaPkiConfiguration &)
state
() const : QOpcUaClient::ClientState
supportedSecurityPolicies
() const : QStringList
supportedUserTokenTypes
() const : QList<QOpcUaUserTokenPolicy::TokenType>
updateNamespaceArray
() : bool
writeNodeAttributes
(const QList<QOpcUaWriteItem> &) : bool