The OPC UA ApplicationRecordDataType. More...
Header: | #include <QOpcUaApplicationRecordDataType> |
qmake: | QT += opcua |
Since: | Qt 5.14 |
QOpcUaApplicationRecordDataType(const QOpcUaApplicationRecordDataType &rhs) | |
QOpcUaApplicationRecordDataType() | |
QOpcUaApplicationRecordDataType & | operator=(const QOpcUaApplicationRecordDataType &rhs) |
~QOpcUaApplicationRecordDataType() | |
const QString & | applicationId() const |
const QList<QOpcUaLocalizedText> & | applicationNames() const |
QOpcUaApplicationDescription::ApplicationType | applicationType() const |
const QString & | applicationUri() const |
const QList<QString> & | discoveryUrls() const |
const QString & | productUri() const |
const QList<QString> & | serverCapabilityIdentifiers() const |
void | setApplicationId(const QString &applicationId) |
void | setApplicationNames(const QList<QOpcUaLocalizedText> &applicationNames) |
void | setApplicationType(QOpcUaApplicationDescription::ApplicationType applicationType) |
void | setApplicationUri(const QString &applicationUri) |
void | setDiscoveryUrls(const QList<QString> &discoveryUrls) |
void | setProductUri(const QString &productUri) |
void | setServerCapabilityIdentifiers(const QList<QString> &serverCapabilityIdentifiers) |
QVariant | operator QVariant() const |
bool | operator==(const QOpcUaApplicationRecordDataType &rhs) const |
This class is currently available as a Technology Preview, and therefore the API and functionality provided by the class may be subject to change at any time without prior notice.
This is the Qt OPC UA representation for the OPC UA ApplicationRecordDataType type defined in OPC-UA version 1.04 part 12, 6.3.5. It is used to represent a record in the GDS.
Constructs an ApplicationRecordDataType from rhs.
Constructs a default ApplicationRecordDataType.
Sets the values from rhs in this ApplicationRecordDataType.
Destructs an ApplicationRecordDataType.
Returns the application id.
See also setApplicationId().
Returns the localized application names.
See also setApplicationNames().
Returns the application type.
See also setApplicationType().
Returns the application URI.
See also setApplicationUri().
Returns the discovery URLs.
See also setDiscoveryUrls().
Returns the product URI.
See also setProductUri().
Returns the server capability identifiers.
See also setServerCapabilityIdentifiers().
Sets the application id to applicationId.
See also applicationId().
Sets the localized application names to applicationNames.
See also applicationNames().
Sets the application type to applicationType.
See also applicationType().
Sets the application URI to applicationUri.
See also applicationUri().
Sets the discovery URLs to discoveryUrls.
See also discoveryUrls().
Sets the product URI to productUri.
See also productUri().
Sets the server capability identifiers to serverCapabilityIdentifiers.
See also serverCapabilityIdentifiers().
Converts this ApplicationRecordDataType to QVariant.
Returns true
if this ApplicationRecordDataType has the same values as rhs.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qopcuaapplicationrecorddatatype.html