1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<TITLE>WXC_End</TITLE> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">WXC_End <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/wxc.h></CODE><BR> <BR> <CODE>void WXC_End(void);</CODE><br> <br> 20 </dd> 21</dl> 22<h2>Arguments</h2> 23<p>None.</p> 24<h2>Return Values</h2> 25<p>None.</p> 26 27<H2>Description</H2> 28<P>Stops wireless operation inside the WXC library. <BR>Calling this function more than once does nothing. Within the call to this function, the library's internal state transitions from <a href="../WXCStateCode.html">WXC_STATE_READY</a> or <a href="../WXCStateCode.html">WXC_STATE_ACTIVE</a> to <a href="../WXCStateCode.html">WXC_STATE_ENDING</a>. <br>When the termination process of the WXC library actually completes, it transitions to <a href="../WXCStateCode.html">WXC_STATE_END</a> and notification is sent to the callback specified with the <a href="WXC_Init.html">WXC_Init</a> function. <br>Internal work memory that has been allocated is released to the user at this point. <br> <BR> 29</p> 30<h2>See Also</h2> 31<p><CODE><A href="../WXCStateCode.html">WXCStateCode</A><br><A href="WXC_Init.html">WXC_Init</A><BR><A href="WXC_Start.html">WXC_Start</A><BR><A href="WXC_Start.html">WXC_Stop</A></CODE></P> 32<H2>Revision History</H2> 33<P> 342005/10/11 Added <CODE>WXC_STATE_READY</CODE> to the caller's state. <br>2005/08/04 Initial version.<br> 35</P> 36<hr><p>CONFIDENTIAL</p></body> 37</html> 38