Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
|
Object entry data type. More...
#include <object.h>
Data Fields | |
const char * | path |
Path for the entry. | |
astarte_individual_t | individual |
Individual for the entry. | |
Object entry data type.
This struct is the base building block for an Astarte object. Concatenate multiple astarte_object_entry_t in an array to create the payload for an Astarte object transmission and reception.
See the following initialization/getter methods:
astarte_individual_t astarte_object_entry_t::individual |
Individual for the entry.
const char* astarte_object_entry_t::path |
Path for the entry.