.. _object_OpcUaClientNode: :index:`OpcUaClientNode` ------------------------ Description *********** Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Inherited by**: :ref:`OpcUaClientMethodNode `, :ref:`OpcUaClientValueNode ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 2 * `browseName `_ * `connection `_ * `description `_ * `displayName `_ * `errorMessage `_ * `eventFilter `_ * `nodeClass `_ * `nodeId `_ * `readyToUse `_ * `status `_ Methods +++++++ .. hlist:: :columns: 1 * `getServerTimestamp `_ * `getSourceTimestamp `_ * `setConnection `_ * `setNodeId `_ Signals +++++++ .. hlist:: :columns: 1 * `eventOccurred `_ Enumerations ++++++++++++ .. hlist:: :columns: 1 * `Status `_ Properties ********** .. _property_OpcUaClientNode_browseName: .. index:: single: browseName browseName ++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientNode_connection: .. index:: single: connection connection ++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientNode_description: .. index:: single: description description +++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientNode_displayName: .. index:: single: displayName displayName +++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientNode_errorMessage: .. index:: single: errorMessage errorMessage ++++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Readonly .. _property_OpcUaClientNode_eventFilter: .. index:: single: eventFilter eventFilter +++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientNode_nodeClass: .. index:: single: nodeClass nodeClass +++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Readonly .. _property_OpcUaClientNode_nodeId: .. index:: single: nodeId nodeId ++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientNode_readyToUse: .. index:: single: readyToUse readyToUse ++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Readonly .. _property_OpcUaClientNode_status: .. index:: single: status status ++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Attributes**: Readonly Methods ******* .. _method_OpcUaClientNode_getServerTimestamp: .. index:: single: getServerTimestamp getServerTimestamp(:ref:`OpcUaNodeAttribute.NodeAttribute `) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Returns**: DateTime .. _method_OpcUaClientNode_getSourceTimestamp: .. index:: single: getSourceTimestamp getSourceTimestamp(:ref:`OpcUaNodeAttribute.NodeAttribute `) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. :**› Returns**: DateTime Signals ******* .. _signal_OpcUaClientNode_eventOccurred: .. index:: single: eventOccurred eventOccurred(List values) ++++++++++++++++++++++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. Enumerations ************ .. _enum_OpcUaClientNode_Status: .. index:: single: Status Status ++++++ Please refer to the `Qt OPC UA Node QML type `_ documentation. Example ******* See :ref:`OpcUaClient example ` on how to use OpcUaClientNode.