Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
Loading...
Searching...
No Matches
astarte_object_entry_t Struct Reference

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.
 

Detailed Description

Object entry data type.

Warning
Do not inspect its content directly. Use the provided functions to modify it.

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:

Field Documentation

◆ individual

astarte_individual_t astarte_object_entry_t::individual

Individual for the entry.

◆ path

const char* astarte_object_entry_t::path

Path for the entry.


The documentation for this struct was generated from the following file: