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

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)
 

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