|
Astarte device API for C++ 0.8.1
Astarte device SDK for C++
|
This is the complete list of members for astarte::device::Message, including all inherited members.
| get_interface() const -> const std::string & | astarte::device::Message | |
| get_path() const -> const std::string & | astarte::device::Message | |
| get_raw_data() const -> const std::variant< DatastreamIndividual, DatastreamObject, PropertyIndividual > & | astarte::device::Message | |
| into() const -> const T & | astarte::device::Message | inline |
| is_datastream() const -> bool | astarte::device::Message | |
| is_individual() const -> bool | astarte::device::Message | |
| Message(std::string_view interface, std::string_view path, T data) | astarte::device::Message | inline |
| operator!=(const Message &other) const -> bool | astarte::device::Message | |
| operator==(const Message &other) const -> bool | astarte::device::Message | |
| try_into() const -> std::optional< T > | astarte::device::Message | inline |