sensor_interim_data_close()

Discontinue use of 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:

libsensor

Description:

Any internal resources associated with a 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.