nn::applet::CTR::ReplySleepQuery Function

Syntax

void ReplySleepQuery(
     AppletQueryReply reply
);

Arguments

Name Description
in reply Response.

Return Values

None.

Description

Replies to a sleep query.

This function sends another response after the application has returned a value of nn::CTR::applet::REPLY_LATER ("defer") in the sleep query callback set by the nn::applet::CTR::SetSleepQueryCallback function.

For the reply argument, specify either nn::applet::CTR::REPLY_ACCEPT or nn::applet::CTR::REPLY_REJECT.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL