nn::applet::CTR::ClearSleepNotificationState Function

Syntax

void ClearSleepNotificationState(
     void
);

Arguments

None.

Return Values

None.

Description

Clears the sleep notification state.

The state that can be obtained by the GetSleepNotificationState function then becomes nn::applet::CTR::NOTIFY_NONE.

The system does not use this state for any operations, so you may safely change it at any time that is convenient for the application.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL