nn::cec::CTR::CecControl::GetCecState Member Function

Syntax

static nn::Result GetCecState(
     DaemonState * state
);

Arguments

Name Description
out state Stores the DaemonState indicating the state. A message box can only be accessed when this is DAEMON_STATE_IDLE. Because state transitions other than IDLE cannot be changed externally, there is no need to handle each state.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.

Description

Obtains the StreetPass state.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL