The QDBusServer class provides peer-to-peer communication between processes on the same computer. More...
| Header: | #include <QDBusServer> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS DBus)target_link_libraries(mytarget PRIVATE Qt6::DBus) |
| qmake: | QT += dbus |
| Inherits: | QObject |
| QDBusServer(QObject *parent = nullptr) | |
| QDBusServer(const QString &address, QObject *parent = nullptr) | |
| virtual | ~QDBusServer() |
| QString | address() const |
| bool | isAnonymousAuthenticationAllowed() const |
| bool | isConnected() const |
| QDBusError | lastError() const |
| void | setAnonymousAuthenticationAllowed(bool value) |
| void | newConnection(const QDBusConnection &connection) |
[explicit] QDBusServer::QDBusServer(QObject *parent = nullptr)Constructs a QDBusServer with the given parent. The server will listen for connections in /tmp (on Unix systems) or on a TCP port bound to localhost (elsewhere).
[explicit] QDBusServer::QDBusServer(const QString &address, QObject *parent = nullptr)Constructs a QDBusServer with the given address, and the given parent.
[virtual noexcept] QDBusServer::~QDBusServer()Destructs a QDBusServer
Returns the address this server is associated with.
Returns true if anonymous authentication is allowed.
See also setAnonymousAuthenticationAllowed().
Returns true if this QDBusServer object is connected.
If it isn't connected, you need to call the constructor again.
Returns the last error that happened in this server.
This function is provided for low-level code.
[signal] void QDBusServer::newConnection(const QDBusConnection &connection)This signal is emitted when a new client connection connection is established to the server.
If value is set to true, an incoming connection can proceed even if the connecting client is not authenticated as a user.
By default, this value is false.
See also isAnonymousAuthenticationAllowed().
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: