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.

You can leave the state as-is if there is no need to clear it. For example, there is no real need to call this function after calling nn::applet::CTR::IsExpectedToReplySleepQuery just to check if there is a sleep query.

Revision History

2010/12/01
Added content.
2010/11/10
Initial version.

CONFIDENTIAL