nn::cec::CTR::GetCecEvent Function

Syntax

nn::Result GetCecEvent(
     nn::os::Event * event
);

Parameters

Name Description
out event Registers an initialized instance of nn::os::Event.

Return Values

nn::Result

Value Description
Result::IsSuccess Process succeeded.

Description

Specifies the Event received as notification when StreetPass has occurred.

Specify an initialized instance of nn::os::Event.
You can use this function when you want to know in real time if any background communication occurred.
The Event specified here is signaled when StreetPass has occurred (when any of the game title boxes sends or receives).
Use GetCecInfoBuffer or some similar function to check whether any data has been received for the foreground application.
To release the Event specified here, execute Finalize on the Event.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL