Qt 5.15
Qt OPC UA
C++ Classes
QOpcUaClient
Qt 5.15.7 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
(QVector<QOpcUaEndpointDescription> , QOpcUa::UaStatusCode , QUrl )
errorChanged
(QOpcUaClient::ClientError )
findServersFinished
(QVector<QOpcUaApplicationDescription> , QOpcUa::UaStatusCode , QUrl )
namespaceArrayChanged
(QStringList )
namespaceArrayUpdated
(QStringList )
passwordForPrivateKeyRequired
(QString , QString *, bool )
readNodeAttributesFinished
(QVector<QOpcUaReadResult> , QOpcUa::UaStatusCode )
stateChanged
(QOpcUaClient::ClientState )
writeNodeAttributesFinished
(QVector<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
readNodeAttributes
(const QVector<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 : QVector<QOpcUaUserTokenPolicy::TokenType>
updateNamespaceArray
() : bool
writeNodeAttributes
(const QVector<QOpcUaWriteItem> &) : bool