.. _object_OpcUaBrowseNode: :index:`OpcUaBrowseNode` ------------------------ Description *********** The OpcUaBrowseNode object contains information about a node discovered via :ref:`OpcUaClientNodeDiscovery `. This object was introduced in InCore 2.9. :**› Inherits**: :ref:`Object ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 1 * :ref:`browseName ` * :ref:`displayName ` * :ref:`nodeClass ` * :ref:`nodeId ` * :ref:`Object.objectId ` * :ref:`Object.parent ` Methods +++++++ .. hlist:: :columns: 1 * :ref:`Object.deserializeProperties() ` * :ref:`Object.fromJson() ` * :ref:`Object.serializeProperties() ` * :ref:`Object.toJson() ` Signals +++++++ .. hlist:: :columns: 1 * :ref:`Object.completed() ` Properties ********** .. _property_OpcUaBrowseNode_browseName: .. _signal_OpcUaBrowseNode_browseNameChanged: .. index:: single: browseName browseName ++++++++++ This property holds the browse name of the discovered OPC UA node. :**› Type**: String :**› Signal**: browseNameChanged() :**› Attributes**: Readonly .. _property_OpcUaBrowseNode_displayName: .. _signal_OpcUaBrowseNode_displayNameChanged: .. index:: single: displayName displayName +++++++++++ This property holds the display name of the discovered OPC UA node. :**› Type**: String :**› Signal**: displayNameChanged() :**› Attributes**: Readonly .. _property_OpcUaBrowseNode_nodeClass: .. _signal_OpcUaBrowseNode_nodeClassChanged: .. index:: single: nodeClass nodeClass +++++++++ This property holds the node class of the discovered OPC UA node. :**› Type**: :ref:`QOpcUa.NodeClass ` :**› Default**: ``\enumitem{QOpcUa::NodeClass::Undefined}`` :**› Signal**: nodeClassChanged() :**› Attributes**: Readonly .. _property_OpcUaBrowseNode_nodeId: .. _signal_OpcUaBrowseNode_nodeIdChanged: .. index:: single: nodeId nodeId ++++++ This property holds the node ID of the discovered OPC UA node. :**› Type**: `OpcUaNodeId `_ :**› Signal**: nodeIdChanged() :**› Attributes**: Readonly