Updated: October 28, 2024 |
QWF Network Manager event-handler prototype
#include <qwf/qwf_net.h>
typedef void(* qwf_net_EventClientCallback_t)(qwf_Context_t *pCtx, qwf_net_Event_t *pEvent, void *pClientData);
This data type provides a prototype for registering a function that handles QWF Network Manager events. A client must provide a function that matches this prototype when calling qwf_net_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.