Set the sensor delay between events.
#include <sensor/libsensor.h>
int sensor_set_delay(sensor_t *sensor, uint32_t delay)
BlackBerry 10.0.0
The sensor to modify.
The delay to set (in microseconds).
EOK on success, an errno value otherwise.