|
Astarte device API for Zephyr 0.9.0
Astarte device SDK for Zephyr RTOS
|
Object entry data type. More...
#include <object.h>
Data Fields | |
| const char * | path |
| Path for the entry. | |
| astarte_data_t | data |
| data 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_data_t astarte_object_entry_t::data |
data for the entry
| const char* astarte_object_entry_t::path |
Path for the entry.