QOpcUaApplicationDescription#

The OPC UA ApplicationDescription . More

Inheritance diagram of PySide6.QtOpcUa.QOpcUaApplicationDescription

Synopsis#

Functions#

Detailed Description#

The application description contains information about an OPC UA application.

class PySide6.QtOpcUa.QOpcUaApplicationDescription#

PySide6.QtOpcUa.QOpcUaApplicationDescription(arg__1)

Parameters

arg__1PySide6.QtOpcUa.QOpcUaApplicationDescription

Constructs an application description from other.

PySide6.QtOpcUa.QOpcUaApplicationDescription.ApplicationType#

This enum type holds the application type.

Constant

Description

QOpcUaApplicationDescription.Server

This application is a server.

QOpcUaApplicationDescription.Client

This application is a client.

QOpcUaApplicationDescription.ClientAndServer

This application is a client and a server.

QOpcUaApplicationDescription.DiscoveryServer

This application is a discovery server.

PySide6.QtOpcUa.QOpcUaApplicationDescription.applicationName()#
Return type

PySide6.QtOpcUa.QOpcUaLocalizedText

Name describing the application.

PySide6.QtOpcUa.QOpcUaApplicationDescription.applicationType()#
Return type

ApplicationType

The application’s type: server, client, both, or discovery server.

PySide6.QtOpcUa.QOpcUaApplicationDescription.applicationUri()#
Return type

str

The globally unique identifier for this application instance.

PySide6.QtOpcUa.QOpcUaApplicationDescription.discoveryProfileUri()#
Return type

str

The URI of the supported discovery profile.

PySide6.QtOpcUa.QOpcUaApplicationDescription.discoveryUrls()#
Return type

A list of URLs of discovery endpoints.

PySide6.QtOpcUa.QOpcUaApplicationDescription.discoveryUrlsRef()#
Return type

Returns a reference to a list of URLs of discovery endpoints.

PySide6.QtOpcUa.QOpcUaApplicationDescription.gatewayServerUri()#
Return type

str

The URI of the gateway server.

PySide6.QtOpcUa.QOpcUaApplicationDescription.__eq__(arg__1)#
Parameters

arg__1PySide6.QtOpcUa.QOpcUaApplicationDescription

Return type

bool

Returns true if this application description has the same value as rhs.

PySide6.QtOpcUa.QOpcUaApplicationDescription.productUri()#
Return type

str

The globally unique identifier for this product.

PySide6.QtOpcUa.QOpcUaApplicationDescription.setApplicationName(applicationName)#
Parameters

applicationNamePySide6.QtOpcUa.QOpcUaLocalizedText

Sets the application name to applicationName.

PySide6.QtOpcUa.QOpcUaApplicationDescription.setApplicationType(applicationType)#
Parameters

applicationTypeApplicationType

Sets the application type to applicationType.

PySide6.QtOpcUa.QOpcUaApplicationDescription.setApplicationUri(applicationUri)#
Parameters

applicationUri – str

Sets the globally unique identifier for this application instance to applicationUri.

See also

applicationUri()

PySide6.QtOpcUa.QOpcUaApplicationDescription.setDiscoveryProfileUri(discoveryProfileUri)#
Parameters

discoveryProfileUri – str

Sets the discovery profile URI to discoveryProfileUri.

PySide6.QtOpcUa.QOpcUaApplicationDescription.setDiscoveryUrls(discoveryUrls)#
Parameters

discoveryUrls

Sets the discovery URLs to discoveryUrls.

See also

discoveryUrls()

PySide6.QtOpcUa.QOpcUaApplicationDescription.setGatewayServerUri(gatewayServerUri)#
Parameters

gatewayServerUri – str

Sets the URI of the gateway server to gatewayServerUri.

PySide6.QtOpcUa.QOpcUaApplicationDescription.setProductUri(productUri)#
Parameters

productUri – str

Sets the globally unique identifier for this product to productUri.

See also

productUri()