|
Astarte device API for Zephyr 0.9.0
Astarte device SDK for Zephyr RTOS
|
Device event. More...
#include <device.h>
Data Fields | ||
| astarte_device_event_type_t | type | |
| Type of device event. | ||
| union { | ||
| astarte_device_error_event_t error | ||
| astarte_device_connection_event_t connection | ||
| astarte_device_disconnection_event_t disconnection | ||
| astarte_device_datastream_individual_event_t datastream_individual | ||
| astarte_device_datastream_object_event_t datastream_object | ||
| astarte_device_property_set_event_t property_set | ||
| astarte_device_data_event_t property_unset | ||
| } | data | |
| Container for a data event. | ||
Device event.
| union { ... } astarte_device_event_t::data |
Container for a data event.
| astarte_device_event_type_t astarte_device_event_t::type |
Type of device event.