WXC_Stop

Syntax

#include <nitro/wxc.h>

void WXC_Stop(void);

Arguments

None.

Return Values

None.

Description

Stops wireless operation inside the WXC library.
Calling this function more than once does nothing. By calling this function, the library's internal state transitions from WXC_STATE_ACTIVE to WXC_STATE_READY.
At the point when the transition is actually completed, notification is sent to the callback specified with WXC_Init function.

This function is used to prepare for a restart of chance encounter communication by stopping power supply to wireless started with the WXC_Start function and keeping the LED blinking.
To only end the WXC library, call the WXC_End function directly.

See Also

WXCStateCode
WXC_Init
WXC_Start
WXC_End

Revision History

2005/10/11 Initial version.


CONFIDENTIAL