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

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::Messageinline
is_datastream() const -> boolastarte::device::Message
is_individual() const -> boolastarte::device::Message
Message(std::string_view interface, std::string_view path, T data)astarte::device::Messageinline
operator!=(const Message &other) const -> boolastarte::device::Message
operator==(const Message &other) const -> boolastarte::device::Message
try_into() const -> std::optional< T >astarte::device::Messageinline