WXC_End

Syntax

#include <nitro/wxc.h>

void WXC_End(void);

Arguments

None.

Return Values

None.

Description

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.

See Also

WXCStateCode
WXC_Init
WXC_Start
WXC_Stop

Revision History

2005/10/11 Added WXC_STATE_READY to the caller's state.
2005/08/04 Initial version.


CONFIDENTIAL