Updated: October 28, 2024 |
Request a handle to access a logical interim data unit
#include <sensor/sensor_interim_data.h>
sensor_error_t sensor_interim_data_open(sensor_interim_data_unit_t unit, sensor_handle_t *handle)
This function provides a handle so you can either publish or subscribe to interim data.
SENSOR_EOK when the function successfully completes, otherwise another sensor_error_t value that provides the reason that the call failed.