nn::cec::CTR::CecControl::StartScanning Member Function

Syntax

static nn::Result StartScanning(
     bool reset = false
);

Arguments

Name Description
in reset When set to true, re-reads box contents and starts scanning.
Also erases the list of previous communication partners, making reconnection to those same communication partners possible. When this is done, data can be exchanged again not only for the currently set message box, but for all message boxes (all applications).
Note: For release builds, this information is not reset even when the argument is set to true.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
ResultStateBusy Operations did not start because Initialize was not run or some similar reason.
A value other than the above. Failed.

Description

Starts up CEC operations.

StartScanning(reset = false) is called within MessageBox::CloseMessageBox.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL