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