Queries the Wi-Fi aggregator priority attribute.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_get_profile_priority(wifi_aggregator_t *aggregator, int *priority)
BlackBerry 10.2.0
The aggregator returned in wifi_aggregator_register().
A pointer for the returned attribute value.
This function queries the priority of the aggregator profile. The priority is a value from 0 to the maximum number of saved Wi-Fi profiles, where a smaller number represents a lower priority.
A return code from wifi_result_t.