Read a Wi-Fi service event.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_service_read_event(wifi_service_t *wifi_service, wifi_service_event_t **event)
BlackBerry 10.2.0
The Wi-Fi service handle.
The Wi-Fi service event.
This function reads the Wi-Fi service event and returns a handle to the event to the application. If this function returns without error, the application must release the event using wifi_service_free_event() when it is done processing it.
A return code from wifi_result_t.