nn::cec::CTR::GetCecEvent Function

Syntax

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

Arguments

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.
The Event specified here is signaled when StreetPass has occurred (when any of the game title boxes sends or receives).
Use it when you want to be informed in real time that communication has happened.
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