|
sdbus-c++ 1.4.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Public Member Functions | |
| AsyncPropertySetter (IProxy &proxy, const std::string &propertyName) | |
| AsyncPropertySetter & | onInterface (const std::string &interfaceName) |
| template<typename _Value > | |
| AsyncPropertySetter & | toValue (_Value &&value) |
| AsyncPropertySetter & | toValue (Variant value) |
| template<typename _Function > | |
| PendingAsyncCall | uponReplyInvoke (_Function &&callback) |
| std::future< void > | getResultAsFuture () |