qwf_interface.h

Updated: April 19, 2023

This file defines the entry point interface of the API.

This interface contains the functions that initialize the QWF context and start QWF services. Specifically, a client program must first call either qwf_Init() or the combination of qwf_InitializeCore() and qwf_InitializeServices(). The other functions in this interface allow the client to query the active services, process wireless events, and clean up the resources for services.

A typical call sequence for a client is:

The callbacks can then call other functions as needed to process the events.