nn::cec::CTR::MessageBox::DeleteMessageBox Member Function

Syntax

nn::Result DeleteMessageBox();

nn::Result DeleteMessageBox(
     const TitleId cecTitleId
);

List of Overloaded Member Functions

DeleteMessageBox() Deletes a MessageBox.
DeleteMessageBox(const TitleId) Deletes a message box. Specifies and deletes the StreetPass ID. Use this function to forcibly delete a message box when it cannot be opened. Do not delete message boxes belonging to other applications.

Description of DeleteMessageBox()

Deletes the box that has been opened by the OpenMessageBox function. 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). Lists are also erased when communication is started by a call to nncec::CTR::CecControl::StartScanning(true).

Description of DeleteMessageBox(const TitleId)

Deletes a message box. Specifies and deletes the StreetPass ID. Use this function to forcibly delete a message box when it cannot be opened. Do not delete message boxes belonging to other applications.


CONFIDENTIAL