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