OPC UA ApplicationRecordDataType。 更多...
| 頭: | #include <QOpcUaApplicationRecordDataType> |
| qmake: | QT += opcua |
| Since: | Qt 5.14 |
該類在 Qt 5.14 引入。
| QOpcUaApplicationRecordDataType (const QOpcUaApplicationRecordDataType & rhs ) | |
| QOpcUaApplicationRecordDataType () | |
| QOpcUaApplicationRecordDataType & | operator= (const QOpcUaApplicationRecordDataType & rhs ) |
| ~QOpcUaApplicationRecordDataType () | |
| const QString & | applicationId () const |
| const QVector<QOpcUaLocalizedText> & | applicationNames () const |
| QOpcUaApplicationDescription::ApplicationType | applicationType () const |
| const QString & | applicationUri () const |
| const QVector<QString> & | discoveryUrls () const |
| const QString & | productUri () const |
| const QVector<QString> & | serverCapabilityIdentifiers () const |
| void | setApplicationId (const QString & applicationId ) |
| void | setApplicationNames (const QVector<QOpcUaLocalizedText> & applicationNames ) |
| void | setApplicationType (QOpcUaApplicationDescription::ApplicationType applicationType ) |
| void | setApplicationUri (const QString & applicationUri ) |
| void | setDiscoveryUrls (const QVector<QString> & discoveryUrls ) |
| void | setProductUri (const QString & productUri ) |
| void | setServerCapabilityIdentifiers (const QVector<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 .
構造默認 ApplicationRecordDataType。
設置值從 rhs in this ApplicationRecordDataType.
銷毀 ApplicationRecordDataType。
返迴應用程序 ID。
另請參閱 setApplicationId ().
Returns the localized application names.
另請參閱 setApplicationNames ().
Returns the application type.
另請參閱 setApplicationType ().
Returns the application URI.
另請參閱 setApplicationUri ().
Returns the discovery URLs.
另請參閱 setDiscoveryUrls ().
Returns the product URI.
另請參閱 setProductUri ().
Returns the server capability identifiers.
另請參閱 setServerCapabilityIdentifiers ().
Sets the application id to applicationId .
另請參閱 applicationId ().
Sets the localized application names to applicationNames .
另請參閱 applicationNames ().
將應用程序類型設為 applicationType .
另請參閱 applicationType ().
Sets the application URI to applicationUri .
另請參閱 applicationUri ().
將探索 URL 設為 discoverUrls .
另請參閱 discoveryUrls ().
將産品 URI (統一資源標識符) 設為 productUri .
另請參閱 productUri ().
Sets the server capability identifiers to serverCapabilityIdentifiers .
另請參閱 serverCapabilityIdentifiers ().
Converts this ApplicationRecordDataType to QVariant .
返迴
true
if this ApplicationRecordDataType has the same values as
rhs
.