#include <nitro/wfs.h>
void WFS_EndServer(WFSServerContext *context);
context | Pointer to the WFSServerContext structure to be deallocated |
None.
Frees the WFS server context structure initialized by the WFS_InitServer
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/06/06 Initial version.
CONFIDENTIAL