Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
|
Base Astarte individual data type. More...
#include <individual.h>
Data Fields | |
astarte_individual_param_t | data |
Data portion of the tagged enum. | |
astarte_mapping_type_t | tag |
Tag of the tagged enum. | |
Base Astarte individual data type.
This struct is a tagged enum and represents every possible type that can be sent to Astarte individually. This struct should be initialized only by using one of the defined astarte_individual_from_*
methods.
See the following initialization methods:
See the following getter methods:
astarte_individual_param_t astarte_individual_t::data |
Data portion of the tagged enum.
astarte_mapping_type_t astarte_individual_t::tag |
Tag of the tagged enum.