|
sdbus-c++ 2.3.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Public Member Functions | |
| AsyncPropertyGetter & | onInterface (std::string_view interfaceName) |
| template<typename Function> | |
| PendingAsyncCall | uponReplyInvoke (Function &&callback) |
| template<typename Function> | |
| Slot | uponReplyInvoke (Function &&callback, return_slot_t) |
| std::future< Variant > | getResultAsFuture () |
| Awaitable< Variant > | getResultAsAwaitable () |