sdbus-c++ 2.3.0
High-level C++ D-Bus library based on systemd D-Bus implementation
Loading...
Searching...
No Matches
sdbus::AsyncMethodInvoker Class Reference

Public Member Functions

AsyncMethodInvokeronInterface (const InterfaceName &interfaceName)
 
AsyncMethodInvokeronInterface (const std::string &interfaceName)
 
AsyncMethodInvokeronInterface (const char *interfaceName)
 
AsyncMethodInvokerwithTimeout (uint64_t usec)
 
template<typename Rep, typename Period>
AsyncMethodInvokerwithTimeout (const std::chrono::duration< Rep, Period > &timeout)
 
template<typename... Args>
AsyncMethodInvokerwithArguments (Args &&... args)
 
template<typename Function>
PendingAsyncCall uponReplyInvoke (Function &&callback)
 
template<typename Function>
Slot uponReplyInvoke (Function &&callback, return_slot_t)
 
template<typename... Args>
std::future< future_return_t< Args... > > getResultAsFuture ()
 
template<typename... Args>
Awaitable< awaitable_return_t< Args... > > getResultAsAwaitable ()
 

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