Node QML Type | Qt Remote Objects 5.15.18 (original) (raw)

A node on a Qt Remote Objects network. More...

Properties

Detailed Description

The Node type provides an entry point to a Qt Remote Objects network. A network can be as simple as two nodes, or an arbitrarily complex set of processes and devices.

A Node does not have a url that other nodes can connect to, and thus is able to acquire replicas only. It is not able to share source objects.

Property Documentation

Heartbeat interval in ms.

The heartbeat (only helpful for socket connections) will periodically send a message to connected nodes to detect whether the connection was disrupted. Qt Remote Objects will try to reconnect automatically if it detects a dropped connection. This function can help with that detection since the client will only detect that the server is unavailable when it tries to send data.

A value of 0 (the default) will disable the heartbeat.

persistedStore : QRemoteObjectAbstractPersistedStore

The address of the Registry used by this node.

This is an empty QUrl if there is no registry in use.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.