class QOpcUaApplicationRecordDataType

The OPC UA ApplicationRecordDataType. More

Synopsis

Methods

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__1QOpcUaApplicationRecordDataType

Constructs an ApplicationRecordDataType from rhs.

applicationId()
Return type:

str

Returns the application id.

applicationNames()
Return type:

.list of QOpcUaLocalizedText

Returns the localized application names.

applicationType()
Return type:

ApplicationType

Returns the application type.

applicationUri()
Return type:

str

Returns the application URI.

discoveryUrls()
Return type:

.list of QString

Returns the discovery URLs.

__eq__(rhs)
Parameters:

rhsQOpcUaApplicationRecordDataType

Return type:

bool

Returns true if this ApplicationRecordDataType has the same values as rhs.

productUri()
Return type:

str

Returns the product URI.

See also

setProductUri()

serverCapabilityIdentifiers()
Return type:

.list of QString

Returns the server capability identifiers.

setApplicationId(nodeId)
Parameters:

nodeId – str

Sets the application id to applicationId.

See also

applicationId()

setApplicationNames(applicationNames)
Parameters:

applicationNames – .list of QOpcUaLocalizedText

Sets the localized application names to applicationNames.

setApplicationType(applicationType)
Parameters:

applicationTypeApplicationType

Sets the application type to applicationType.

setApplicationUri(applicationUri)
Parameters:

applicationUri – str

Sets the application URI to applicationUri.

See also

applicationUri()

setDiscoveryUrls(discoveryUrls)
Parameters:

discoveryUrls – .list of QString

Sets the discovery URLs to discoveryUrls.

See also

discoveryUrls()

setProductUri(productUri)
Parameters:

productUri – str

Sets the product URI to productUri.

See also

productUri()

setServerCapabilityIdentifiers(serverCapabilityIdentifiers)
Parameters:

serverCapabilityIdentifiers – .list of QString

Sets the server capability identifiers to serverCapabilityIdentifiers.