nn::applet::CTR::ReplySleepQuery Function
void ReplySleepQuery(
AppletQueryReply reply
);
| Name | Description | |
|---|---|---|
| in | reply | Response. |
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.
CONFIDENTIAL