nn::applet::CTR::SleepNotificationState Enumerated Type

Syntax

enum SleepNotificationState;

Value

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_ACCEPTED A sleep confirmation callback was invoked.
NOTIFY_AWAKE A sleep recovery callback was invoked.

Description

Enumerated type indicating the sleep notification state.

This is NOTIFY_NONE after the ClearSleepNotificationState function is called.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL