Updated: October 28, 2024 |
QWF Wi-Fi Manager event-handler prototype
#include <qwf/qwf_wifi.h>
typedef void(* qwf_wifi_EventClientCallback_t)(qwf_Context_t *pCtx, qwf_wifi_Event_t *pEvent, void *pClientData);
This data type provides a prototype for registering a function that handles QWF Wi-Fi Manager events. A client must provide a function that matches this prototype when calling qwf_wifi_RegisterCallback().
The event-handler function accepts input arguments containing pointers to the QWF service context, an event object and optionally, extra data. The function doesn't return anything.