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

Syntax

static nn::Result EnterExclusiveState();

Arguments

None.

Return Values

nn::Result

Description

Enters exclusive mode. (For debugging) Sets background communication exclusively for StreePasss.
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