WFS_EndServer

Syntax

#include <nitro/wfs.h>

void WFS_EndServer(WFSServerContext *context);

Arguments

context Pointer to the WFSServerContext structure to be deallocated

Return Values

None.

Description

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.

See Also

WFS_InitServer

Revision History

2007/06/06 Initial version.


CONFIDENTIAL