Connection
An interface to D-Bus bus connection. Incorporates implementation of both synchronous and asynchronous D-Bus I/O event loop.
All methods throw com.monkopedia.sdbus.Error in case of failure. All methods in this class are thread-aware, but not thread-safe.
Functions
Installs a match rule for messages received on this bus connection
Asynchronously installs a match rule for messages received on this bus connection
Adds an ObjectManager at the specified D-Bus object path
Enters I/O event loop on this bus connection in a separate thread
Gets general method call timeout
Retrieves the unique name of a connection. E.g. ":1.xx"
Leaves the I/O event loop running on this bus connection
Releases an acquired well-known D-Bus service name on a bus
Requests a well-known D-Bus service name on a bus
Sets general method call timeout
Convenient way to unify setup of destination.