nn::cec::CTR::CecControl::DaemonState Enumerated Type

Syntax

enum DaemonState;

Value

Value Description
DAEMON_STATE_STOP Stopped.
DAEMON_STATE_IDLE Idle.
DAEMON_STATE_BUSY Currently processing.
DAEMON_STATE_SCAN Scanning.
DAEMON_STATE_READY READY state (performing a different communication, such as Internet transmission, and not in the StreetPass state).
DAEMON_STATE_COMMUNICATING Communicating.

Description

Value indicating the StreetPass (CEC) state returned by the GetCecState function. A message box can only be accessed when this is DAEMON_STATE_IDLE.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL