nn::cec::CTR::CecControl::StartScanning Member Functionstatic nn::Result StartScanning( bool reset = false );
| 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. |
| 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. |
Starts up CEC operations.
StartScanning(reset = false) is called in MessageBox::CloseMessageBox.
CONFIDENTIAL