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

Syntax

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

Parameters

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
Result::IsSuccess Process succeeded.

Description

Obtains the StreetPass state.


CONFIDENTIAL