WXC_Start

Syntax

#include <nitro/wxc.h>

void WXC_Start(void);

Arguments

None.

Return Values

None.

Description

Starts wireless operation inside the WXC library.
Calling this function more than once does nothing. During calls to this function, the internal state transitions from WXC_STATE_READY to WXC_STATE_ACTIVE.

For functionality that must be set before starting wireless, call the function after calling WXC_Init and before calling this function.

See Also

WXCStateCode
WXC_Init
WXC_End
WXC_Stop

Revision History

2005/08/04 Initial version.


CONFIDENTIAL