Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
|
Common context for all data events. More...
#include <device.h>
Data Fields | |
astarte_device_handle_t | device |
Handle to the device triggering the event. | |
const char * | interface_name |
Name of the interface on which the event is triggered. | |
const char * | path |
Path on which event is triggered. | |
void * | user_data |
User data configured during device initialization. | |
Common context for all data events.
astarte_device_handle_t astarte_device_data_event_t::device |
Handle to the device triggering the event.
const char* astarte_device_data_event_t::interface_name |
Name of the interface on which the event is triggered.
const char* astarte_device_data_event_t::path |
Path on which event is triggered.
void* astarte_device_data_event_t::user_data |
User data configured during device initialization.