|
Astarte device API for C++ 0.8.1
Astarte device SDK for C++
|
This is the complete list of members for astarte::device::StoredProperty, including all inherited members.
| get_interface_name() const -> const std::string & | astarte::device::StoredProperty | |
| get_ownership() const -> const Ownership & | astarte::device::StoredProperty | |
| get_path() const -> const std::string & | astarte::device::StoredProperty | |
| get_value() const -> const Data & | astarte::device::StoredProperty | |
| get_version_major() const -> int32_t | astarte::device::StoredProperty | |
| operator!=(const StoredProperty &other) const -> bool | astarte::device::StoredProperty | |
| operator==(const StoredProperty &other) const -> bool | astarte::device::StoredProperty | |
| StoredProperty(std::string_view interface_name, std::string_view path, int32_t version_major, Ownership ownership, Data data) | astarte::device::StoredProperty | explicit |