WM_PowerOn


C Specification

#include <nitro/wm.h>

WMErrCode WM_PowerOn( WMCallbackFunc callback );

Description

Starts the power to the wireless hardware

If the return value is WM_ERRCODE_OPERATING, a callback is called after power is supplied to the wireless hardware. This function can only be called when the WM is in the STOP state. As a result of this function, the state changes to IDLE.

Arguments

callback Pointer to the callback function that is called when the asynchronous process completes

Return Values

Returns the process result as a WMErrCode enumerated type.

See Also

WM_Init, WM_Enable, WM_PowerOff, WM_Disable, WM_Finish, WM_Initialize, WM_End

Revision History

10/22/2004 Changed return value types
09/11/2004 Initial version