#include <nitro/wfs.h>
void WFS_EndClient(WFSClientContext *context);
context |
Pointer to the WFSClientContext structure to be deallocated. |
None.
Frees the WFS child (client) context structure initialized by the WFS_InitClient
function. If there is memory allocated dynamically within the WFS library, it is automatically deallocated by this function call.
This function has absolutely no impact on the status of the OS or wireless communications because it only deallocates the contents of the WFSClientContext
structure.
2007/09/27 Added cautions for children/clients related to completion processing.
2007/06/06 Initial version.
CONFIDENTIAL