- class QOpcUaApplicationRecordDataType¶
The OPC UA ApplicationRecordDataType. More…
Synopsis¶
Methods¶
def
__init__()
def
applicationId()
def
applicationUri()
def
discoveryUrls()
def
__eq__()
def
productUri()
def
setProductUri()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
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.
- __init__()¶
Constructs a default ApplicationRecordDataType.
- __init__(arg__1)
- Parameters:
arg__1 –
QOpcUaApplicationRecordDataType
Constructs an ApplicationRecordDataType from
rhs
.- applicationId()¶
- Return type:
str
Returns the application id.
See also
- applicationNames()¶
- Return type:
.list of QOpcUaLocalizedText
Returns the localized application names.
See also
- applicationType()¶
- Return type:
Returns the application type.
See also
- applicationUri()¶
- Return type:
str
Returns the application URI.
See also
- discoveryUrls()¶
- Return type:
.list of QString
Returns the discovery URLs.
See also
- __eq__(rhs)¶
- Parameters:
- Return type:
bool
Returns
true
if this ApplicationRecordDataType has the same values asrhs
.- productUri()¶
- Return type:
str
Returns the product URI.
See also
- serverCapabilityIdentifiers()¶
- Return type:
.list of QString
Returns the server capability identifiers.
See also
- setApplicationId(nodeId)¶
- Parameters:
nodeId – str
Sets the application id to
applicationId
.See also
- setApplicationNames(applicationNames)¶
- Parameters:
applicationNames – .list of QOpcUaLocalizedText
Sets the localized application names to
applicationNames
.See also
- setApplicationType(applicationType)¶
- Parameters:
applicationType –
ApplicationType
Sets the application type to
applicationType
.See also
- setApplicationUri(applicationUri)¶
- Parameters:
applicationUri – str
Sets the application URI to
applicationUri
.See also
- setDiscoveryUrls(discoveryUrls)¶
- Parameters:
discoveryUrls – .list of QString
Sets the discovery URLs to
discoveryUrls
.See also
- setProductUri(productUri)¶
- Parameters:
productUri – str
Sets the product URI to
productUri
.See also
- setServerCapabilityIdentifiers(serverCapabilityIdentifiers)¶
- Parameters:
serverCapabilityIdentifiers – .list of QString
Sets the server capability identifiers to
serverCapabilityIdentifiers
.See also