sdbus-c++ 1.2.0
High-level C++ D-Bus library based on systemd D-Bus implementation
|
Public Member Functions | |
AsyncMethodInvoker (IProxy &proxy, const std::string &methodName) | |
AsyncMethodInvoker & | onInterface (const std::string &interfaceName) |
AsyncMethodInvoker & | withTimeout (uint64_t usec) |
template<typename _Rep , typename _Period > | |
AsyncMethodInvoker & | withTimeout (const std::chrono::duration< _Rep, _Period > &timeout) |
template<typename... _Args> | |
AsyncMethodInvoker & | withArguments (_Args &&... args) |
template<typename _Function > | |
PendingAsyncCall | uponReplyInvoke (_Function &&callback) |