Astarte Device SDK ESP32
ESP32 device SDK for the Astarte platform
|
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 |
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.
int astarte_interface_t::major_version |
Major version
int astarte_interface_t::minor_version |
Minor version
const char* astarte_interface_t::name |
Interface name
astarte_interface_ownership_t astarte_interface_t::ownership |
Ownership, see astarte_interface_ownership_t
astarte_interface_type_t astarte_interface_t::type |
Type, see astarte_interface_type_t