nn::applet::CTR::SleepNotificationState Enumerated Typeenum SleepNotificationState;
| Value | Description |
|---|---|
NOTIFY_NONE |
There have been no sleep-related notifications. |
NOTIFY_SLEEP_QUERY |
A sleep query callback was invoked and it returned a value of nn::applet::CTR::REPLY_LATER ("defer"). |
NOTIFY_SLEEP_ACCEPT |
A sleep query callback was invoked and it returned a value of nn::applet::CTR::REPLY_ACCEPT ("accept"). |
NOTIFY_SLEEP_REJECT |
A sleep query callback was invoked and it returned a value of nn::applet::CTR::REPLY_REJECT ("reject"). |
NOTIFY_SLEEP |
A sleep notification callback was invoked. |
NOTIFY_AWAKE |
A sleep recovery callback was invoked. |
An enumerated type indicating the sleep notification state.
This is NOTIFY_NONE after the ClearSleepNotificationState function is called.
CONFIDENTIAL