Astarte Device SDK ESP32
ESP32 device SDK for the Astarte platform
astarte_interface.h File Reference

Astarte interface functions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  astarte_interface_t
 Astarte interface definition. More...
 

Enumerations

enum  astarte_interface_ownership_t { OWNERSHIP_DEVICE = 1 , OWNERSHIP_SERVER }
 interface ownership More...
 
enum  astarte_interface_type_t { TYPE_DATASTREAM = 1 , TYPE_PROPERTIES }
 

Detailed Description

Astarte interface functions.

Enumeration Type Documentation

◆ astarte_interface_ownership_t

interface ownership

This enum represents the possible ownerhips of an Astarte interface

Enumerator
OWNERSHIP_DEVICE 

Device owned interface

OWNERSHIP_SERVER 

Server owned interface

◆ astarte_interface_type_t

Enumerator
TYPE_DATASTREAM 

Datastream interface

TYPE_PROPERTIES 

Properties interface