1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <title>WakeupState</title> 8 </head> 9 <body> 10 <h1><CODE>nn::applet::CTR::WakeupState</CODE> Enumerated Type</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14enum WakeupState; 15</pre> 16 </div> 17 <h2>Value</h2> 18 <div class="section"> 19 <table class="arguments"> 20 <thead> 21 <tr> 22 <th>Value</th> 23 <td>Description</td> 24 </tr> 25 </thead> 26 <tr> 27 <th><CODE>WAKEUP_SKIP</CODE></th> 28 <td> 29 </td> 30 </tr> 31 <tr> 32 <th><CODE>WAKEUP_TO_START</CODE></th> 33 <td>Resume operations after being woken up by a normal request.</td> 34 </tr> 35 <tr> 36 <th><CODE>WAKEUP_BY_EXIT</CODE></th> 37 <td>Resume operations after being woken up by a program exiting.</td> 38 </tr> 39 <tr> 40 <th><CODE>WAKEUP_BY_PAUSE</CODE></th> 41 <td>Resume operations after being woken up by a program pausing.</td> 42 </tr> 43 <tr> 44 <th><CODE>WAKEUP_BY_CANCEL</CODE></th> 45 <td>Exit after being woken up by a cancel notification.</td> 46 </tr> 47 <tr> 48 <th><CODE>WAKEUP_BY_CANCELALL</CODE></th> 49 <td>Exit after being woken up by a cancel notification. If necessary, other programs will also be forced to exit.</td> 50 </tr> 51 <tr> 52 <th><CODE>WAKEUP_BY_POWER_BUTTON_CLICK</CODE></th> 53 <td>Jump to the sleep-recommended screen after the System Menu is woken up by a double POWER Button press.</td> 54 </tr> 55 <tr> 56 <th><CODE>WAKEUP_BY_TIMEOUT</CODE></th> 57 <td>Timeout.</td> 58 </tr> 59 </table> </div> 60 <h2>Description</h2> 61 <div class="section"> 62 <p>Enumerated type representing start requests.</p><p>These are used as the return values for the <CODE>WaitForStarting</CODE> function and the <CODE>JumpToHomeMenuIfPrepared</CODE> function (which itself calls and returns the return value from <CODE>WaitForStarting</CODE>).</p></div> 63 <hr><p>CONFIDENTIAL</p></body> 64</html>