

#include <nitro/wxc.h>void WXC_End(void);None.
None.
Stops wireless operation inside the WXC library.
Calling this function more than once does nothing. Within the call to this function, the library's internal state transitions from WXC_STATE_READY or WXC_STATE_ACTIVE to WXC_STATE_ENDING.
When the termination process of the WXC library actually completes, it transitions to WXC_STATE_END and notification is sent to the callback specified with the WXC_Init function.
Internal work memory that has been allocated is released to the user at this point.
WXCStateCode
WXC_Init
WXC_Start
WXC_Stop
2005/10/11 Added WXC_STATE_READY to the caller's state.
2005/08/04 Initial version.
CONFIDENTIAL