Retrieve the default delay of a sensor.
#include <bps/sensor.h>
BPS_API unsigned int sensor_info_get_delay_default(sensor_info_t *info)
BlackBerry 10.0.0
The information for the sensor to get the default delay from.
The sensor_info_get_delay_default() function gets the default 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 default delay in microseconds.