Astarte Device SDK ESP32
ESP32 device SDK for the Astarte platform
astarte_interface_t Struct Reference

Astarte interface definition. More...

#include <astarte_interface.h>

Data Fields

const char * name
 
int major_version
 
int minor_version
 
astarte_interface_ownership_t ownership
 
astarte_interface_type_t type
 

Detailed Description

Astarte interface definition.

This struct represents a subset of the information contained in an Astarte interface, and can be used to specify some details about a specific interface.

Field Documentation

◆ major_version

int astarte_interface_t::major_version

Major version

◆ minor_version

int astarte_interface_t::minor_version

Minor version

◆ name

const char* astarte_interface_t::name

Interface name

◆ ownership

astarte_interface_ownership_t astarte_interface_t::ownership

◆ type

astarte_interface_type_t astarte_interface_t::type

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