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. After doing so, data can be exchanged again not only for the currently set message box, but for all message boxes (all applications). Only set to true when you must reconnect with the same partner for debug purposes.
Lists are also erased when a box is deleted by a call to nncec::CTR::MessageBox::DeleteMessageBox.

Return Values

nn::Result

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

Description

Starts up CEC operations.

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

Revision History

2010/08/16
Initial version.

CONFIDENTIAL