nn::applet::CTR::IsExpectedToReplySleepQuery Function

Syntax

bool IsExpectedToReplySleepQuery(
     void
);

Parameters

None.

Return Values

Returns true if waiting for a reply.

Description

Checks whether the sleep notification state is waiting for a reply.

The state is "waiting" because nn::applet::CTR::REPLY_LATER has been returned to the sleep notification callback but so far neither nn::applet::CTR::REPLY_ACCEPT nor nn::applet::CTR::REJECT has been returned.

Revision History

2011/02/21
Revised to reflect the elimination of the GetSleepNotificationState function.
2010/12/01
Initial version.

CONFIDENTIAL