

#include <nitro/wm.h>
WMErrCode WM_EndScan( WMCallbackFunc callback );
| callback | Designates the callback function to call when the asynchronous process completes. This callback is called from within the interrupt handler. |
Returns the results of the WMErrCode enumerated type process.
Ends the scan for a parent This function is executable only when the WM is in the SCAN state. If the return value is WM_ERRCODE_OPERATING, a callback is generated after the scan termination process is complete.
WM_StartScan, WM_StartConnect, WM_Disconnect
2005/06/08 Added statement about callbacks being called from the interrupt handler.
2004/10/22 Changed return value type.
2004/07/29 Added to Description
2004/07/23 Initial version.
CONFIDENTIAL