Astarte device API for C++ 0.8.1
Astarte device SDK for C++
Loading...
Searching...
No Matches
astarte::device::StoredProperty Member List

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_tastarte::device::StoredProperty
operator!=(const StoredProperty &other) const -> boolastarte::device::StoredProperty
operator==(const StoredProperty &other) const -> boolastarte::device::StoredProperty
StoredProperty(std::string_view interface_name, std::string_view path, int32_t version_major, Ownership ownership, Data data)astarte::device::StoredPropertyexplicit