sdbus-c++ 1.2.0
High-level C++ D-Bus library based on systemd D-Bus implementation
sdbus::MethodInvoker Class Reference

Public Member Functions

 MethodInvoker (IProxy &proxy, const std::string &methodName)
 
 MethodInvoker (MethodInvoker &&other)=default
 
MethodInvokeronInterface (const std::string &interfaceName)
 
MethodInvokerwithTimeout (uint64_t usec)
 
template<typename _Rep , typename _Period >
MethodInvokerwithTimeout (const std::chrono::duration< _Rep, _Period > &timeout)
 
template<typename... _Args>
MethodInvokerwithArguments (_Args &&... args)
 
template<typename... _Args>
void storeResultsTo (_Args &... args)
 
void dontExpectReply ()
 

The documentation for this class was generated from the following files: