Retrieve the carrier-to-noise ratio of the satellite at the specified index in the GEOLOCATION_INFO event.
#include <bps/geolocation.h>
BPS_API double geolocation_event_get_satellite_carrier_to_noise_ratio(bps_event_t *event,
int satellite_index)
BlackBerry 10.0.0
The GEOLOCATION_INFO event to extract the satellite carrier-to-noise ratio from.
The index of the satellite to extract the carrier-to-noise ratio of. Must be in the range 0 to geolocation_event_get_num_satellites() - 1.
The geolocation_event_get_satellite_carrier_to_noise_ratio() function extracts the carrier-to-noise ratio of the satellite at the specified index in the GEOLOCATION_INFO event. High carrier-to-noise ratios indicate good quality of reception.
The carrier-to-noise ratio of the satellite at the specified index (in db/Hz).