#include <nitro/wm.h>
WMErrCode WM_Finish( void );
None.
Returns the results of the WMErrCode
enumerated type process.
Closes the WM library Unlike the WM_End
function, this synchronous function processes only on the ARM9 side. If the wireless hardware was in use and you want to close the WM library, you must first call WM_PowerOff
and WM_Disable
to stop the wireless hardware. This function will be called automatically after the callback for WM_End
indicates successful completion.
WM_Init
, WM_Enable
, WM_PowerOn
, WM_PowerOff
, WM_Disable
, WM_Initialize
, WM_End
10/22/2004 Changed return value types
09/11/2004 Initial version