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