Retrieve the minimum delay of a sensor.
#include <bps/sensor.h>
BPS_API unsigned int sensor_info_get_delay_minimum(sensor_info_t *info)
BlackBerry 10.0.0
The information value for the sensor to get the minimum delay from.
The sensor_info_get_delay_minimum() function gets the minimum delay of the sensor that is represented by the specified sensor information. Delay is the time between sensor events. A delay of 1000000 usec (or 1 second), indicates that an event is received every 1 second.
The sensor's minimum delay in microseconds.