nn::applet::CTR::QueryReply Enumerated Type

Syntax

enum QueryReply;

Value

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.)

Description

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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL