sensor_interim_data_close()
Discontinue using a logical interim data unit on the device
Synopsis:
#include <sensor/sensor_interim_data.h>sensor_error_t sensor_interim_data_close(sensor_handle_t handle)Arguments:
- handle
- The handle that's returned from calling sensor_interim_data_open().
Library:
libsensorDescription:
Call this function to discontinue using a logical interim data unit. Any internal resources associated with this previously opened interim data unit are freed.
Returns:
SENSOR_EOK when the function successfully completes, otherwise another sensor_error_t value that provides the reason that the call failed.
Page updated:
