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