nn::cec::CTR::GetCecRecvEventHandle Function

Syntax

nn::Result GetCecRecvEventHandle(
     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. (The name of this function is scheduled to be changed to "GetCecEvent.")

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

2011/10/27
Initial version.

CONFIDENTIAL