Enable or disable the sensor queue.
#include <sensor/libsensor.h>
int sensor_set_queue(sensor_t *sensor, bool enable)
BlackBerry 10.0.0
The sensor to modify.
1 to enable the queue, or 0 to disable it.
Enabling the queue creates a client-specific service side queue of events. This is useful for clients wishing to not miss any events.
EOK on success, an errno value otherwise.