OPC UA ApplicationRecordDataType。 更多...
头: | #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.04 part 12, 6.3.5. It is used to represent a record in the GDS.
构造默认 ApplicationRecordDataType。
Constructs an ApplicationRecordDataType from rhs .
销毁 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 设为 discoveryUrls .
另请参阅 discoveryUrls ().
将产品 URI (统一资源标识符) 设为 productUri .
另请参阅 productUri ().
Sets the server capability identifiers to serverCapabilityIdentifiers .
另请参阅 serverCapabilityIdentifiers ().
Converts this ApplicationRecordDataType to QVariant .
设置值从 rhs in this ApplicationRecordDataType.
返回
true
if this ApplicationRecordDataType has the same values as
rhs
.