nn::applet::CTR::QueryReply Enumerated Typeenum QueryReply;
| Value | Description |
|---|---|
REPLY_REJECT |
Reject Sleep Mode. |
REPLY_ACCEPT |
Accept Sleep Mode. |
REPLY_LATER |
Defer response. (Call the ReplySleepQuery function promptly after this value is returned.) |
Enumerated type indicating a response to a sleep query.
This is used as the return value from the sleep query callback and as an argument to the ReplySleepQuery function.
Specify either REPLY_REJECT, REPLY_ACCEPT, or REPLY_LATER as the return value from the sleep query callback.
Specify either REPLY_REJECT or REPLY_ACCEPT as an argument to the ReplySleepQuery function.
CONFIDENTIAL