.. _object_OpcUaClientValueNode: :index:`OpcUaClientValueNode` ----------------------------- Description *********** Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. Overview ******** Properties ++++++++++ .. hlist:: :columns: 2 * `filter `_ * `monitored `_ * `publishingInterval `_ * `serverTimestamp `_ * `sourceTimestamp `_ * `value `_ * `valueType `_ * `writable `_ Methods +++++++ .. hlist:: :columns: 1 * `setMonitored `_ * `setPublishingInterval `_ * `setValue `_ * `setValueType `_ Signals +++++++ .. hlist:: :columns: 1 * `dataChangeOccurred `_ Properties ********** .. _property_OpcUaClientValueNode_filter: .. index:: single: filter filter ++++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientValueNode_monitored: .. index:: single: monitored monitored +++++++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientValueNode_publishingInterval: .. index:: single: publishingInterval publishingInterval ++++++++++++++++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientValueNode_serverTimestamp: .. index:: single: serverTimestamp serverTimestamp +++++++++++++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. :**› Attributes**: Readonly .. _property_OpcUaClientValueNode_sourceTimestamp: .. index:: single: sourceTimestamp sourceTimestamp +++++++++++++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. :**› Attributes**: Readonly .. _property_OpcUaClientValueNode_value: .. index:: single: value value +++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientValueNode_valueType: .. index:: single: valueType valueType +++++++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. :**› Attributes**: Writable .. _property_OpcUaClientValueNode_writable: .. index:: single: writable writable ++++++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. :**› Attributes**: Readonly Signals ******* .. _signal_OpcUaClientValueNode_dataChangeOccurred: .. index:: single: dataChangeOccurred dataChangeOccurred(Variant value) +++++++++++++++++++++++++++++++++ Please refer to the `Qt OPC UA ValueNode QML type `_ documentation. Example ******* See :ref:`OpcUaClient example ` on how to use OpcUaClientValueNode.