#include <nitro/wm.h>
WMErrCode WM_Reset( 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.
Resets the WM This function changes the WM from any state other than READY
and STOP
to IDLE
.
Connection information that has been stored until this time will be deleted. If the return value for the function is WM_ERRCODE_OPERATING
, a callback is triggered after the reset process is complete.
WM_Initialize
, WM_SetIndCallback
, WM_End
06/08/2005 Added statement about callbacks being called from the interrupt handler.
10/22/2004 Changed return value type.
09/11/2004 Revised Description.
07/29/2004 Added to Description
07/23/2004 Initial version