EnterExclusiveState

nn::cec::CTR::CecControl::EnterExclusiveState Member Function

Syntax

static nn::Result EnterExclusiveState();

Parameters

None.

Return Values

nn::Result

Description

Enters exclusive mode. (Used for debugging.)

Uses background communications exclusively for StreetPass.
If another process has already switched to exclusive mode, or local communicaiton is being performed, this will result in an error.
Call LeaveExclusiveState to leave exclusive mode.

Note: This API can only be used in debugging mode, because it changes the system's communication policy.

Revision History

2011/03/14
Initial version.

CONFIDENTIAL