|
sdbus::Variant | Get (const std::string &interfaceName, const std::string &propertyName) |
|
template<typename _Function > |
PendingAsyncCall | GetAsync (const std::string &interfaceName, const std::string &propertyName, _Function &&callback) |
|
std::future< sdbus::Variant > | GetAsync (const std::string &interfaceName, const std::string &propertyName, with_future_t) |
|
void | Set (const std::string &interfaceName, const std::string &propertyName, const sdbus::Variant &value) |
|
void | Set (const std::string &interfaceName, const std::string &propertyName, const sdbus::Variant &value, dont_expect_reply_t) |
|
template<typename _Function > |
PendingAsyncCall | SetAsync (const std::string &interfaceName, const std::string &propertyName, const sdbus::Variant &value, _Function &&callback) |
|
std::future< void > | SetAsync (const std::string &interfaceName, const std::string &propertyName, const sdbus::Variant &value, with_future_t) |
|
std::map< std::string, sdbus::Variant > | GetAll (const std::string &interfaceName) |
|
template<typename _Function > |
PendingAsyncCall | GetAllAsync (const std::string &interfaceName, _Function &&callback) |
|
std::future< std::map< std::string, sdbus::Variant > > | GetAllAsync (const std::string &interfaceName, with_future_t) |
|
The documentation for this class was generated from the following file: