Astarte device API for C++ 0.7.1
Astarte device SDK for C++
Loading...
Searching...
No Matches
AstarteDeviceSdk::AstarteMessage Member List

This is the complete list of members for AstarteDeviceSdk::AstarteMessage, including all inherited members.

AstarteMessage(std::string_view interface, std::string_view path, T data)AstarteDeviceSdk::AstarteMessageinline
get_interface() const -> const std::string &AstarteDeviceSdk::AstarteMessage
get_path() const -> const std::string &AstarteDeviceSdk::AstarteMessage
get_raw_data() const -> const std::variant< AstarteDatastreamIndividual, AstarteDatastreamObject, AstartePropertyIndividual > &AstarteDeviceSdk::AstarteMessage
into() const -> const T &AstarteDeviceSdk::AstarteMessageinline
is_datastream() const -> boolAstarteDeviceSdk::AstarteMessage
is_individual() const -> boolAstarteDeviceSdk::AstarteMessage
operator!=(const AstarteMessage &other) const -> boolAstarteDeviceSdk::AstarteMessage
operator==(const AstarteMessage &other) const -> boolAstarteDeviceSdk::AstarteMessage
try_into() const -> std::optional< T >AstarteDeviceSdk::AstarteMessageinline