Code Examples

Updated: April 19, 2023

To use a particular Networking Middleware service interface, your source files must include the service's header file (for compiling), and your makefile must provide the -l qwf_interface option to qcc (for linking against libqwf_interface).

Note: Before you can use any function in a particular interface, you must initialize the service by calling qwf_Init() or the combination of qwf_InitializeCore() and qwf_InitializeServices().

The remaining sections in this chapter provide code examples for using specific services.