Astarte device API for Zephyr 0.7.2
Astarte device SDK for Zephyr RTOS
Loading...
Searching...
No Matches
astarte_device_data_event_t Struct Reference

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.
 

Detailed Description

Common context for all data events.

Field Documentation

◆ device

astarte_device_handle_t astarte_device_data_event_t::device

Handle to the device triggering the event.

◆ interface_name

const char* astarte_device_data_event_t::interface_name

Name of the interface on which the event is triggered.

◆ path

const char* astarte_device_data_event_t::path

Path on which event is triggered.

◆ user_data

void* astarte_device_data_event_t::user_data

User data configured during device initialization.


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