sdbus-c++ 2.1.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 ()

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