26 #ifndef EDGEHOG_NETWORK_INTERFACE_H
27 #define EDGEHOG_NETWORK_INTERFACE_H
36 NETWORK_INTERFACE_TECHNOLOGY_INVALID = 0,
37 NETWORK_INTERFACE_TECHNOLOGY_ETHERNET,
38 NETWORK_INTERFACE_TECHNOLOGY_BLUETOOTH,
39 NETWORK_INTERFACE_TECHNOLOGY_CELLULAR,
40 NETWORK_INTERFACE_TECHNOLOGY_WIFI,
43 extern const astarte_interface_t netif_interface;
edgehog_netif_technology_type
Edgehog network interface technology type codes.
Definition: edgehog_network_interface.h:35
void edgehog_netif_properties_publish(edgehog_device_handle_t edgehog_device, const char *iface_name, const char *mac_address, edgehog_netif_technology_type technology_type)
Publish Network interface properties.