OS_JumpToWirelessSetting 

Syntax

#include <nitro/os.h>

BOOL OS_JumpToWirelessSetting( void );

Arguments

None.

Return Values

Returns FALSE if the conditions required for the transition have not been met. This can occur, for example, when this function is called in a development environment where the System Settings are not present. If successful, control will never return from this function.

Description

Resets the hardware and jumps to the Wireless Communications item in System Settings.

When making the transition, a hardware reset will be performed, just as with the OS_JumpToSystemMenu or PM_ForceToResetHardware functions. Therefore, you should be sure to save any necessary data before calling this function.

This function cannot be called when interrupts are disabled.
This function also cannot be called during the exit process, so take care that it is not executed from inside an exit callback of functions such as PM_Append*ExitCallback.

See Also

PM_ForceToResetHardware
OS_JumpToSystemMenu
OS_JumpToInternetSetting
OS_JumpToEULAViewer
PM_Append*ExitCallback
PM_Prepend*ExitCallback
PM_Insert*ExitCallback

Revision History

2008/10/22 Added the fact that execution during exit processing is prohibited.
2008/09/08 Revised the icon.
2008/08/05 Initial version.


CONFIDENTIAL