 
          The OPC UA ApplicationRecordDataType. More...
| Header: | #include <QOpcUaApplicationRecordDataType> | 
| CMake: | find_package(Qt6 REQUIRED COMPONENTS OpcUa)target_link_libraries(mytarget PRIVATE Qt6::OpcUa) | 
| qmake: | QT += opcua | 
| QOpcUaApplicationRecordDataType() | |
| QOpcUaApplicationRecordDataType(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 | 
| QOpcUaApplicationRecordDataType & | operator=(const QOpcUaApplicationRecordDataType &rhs) | 
| 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.05 part 12, 6.6.5. It is used to represent a record in the GDS.
Constructs a default ApplicationRecordDataType.
Constructs an ApplicationRecordDataType from rhs.
[noexcept] QOpcUaApplicationRecordDataType::~QOpcUaApplicationRecordDataType()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.
Sets the values from rhs in this ApplicationRecordDataType.
Returns true if this ApplicationRecordDataType has the same values as rhs.