nn::cec::CTR::GetCecRecvEventHandle Function

Syntax

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

Arguments

Name Description
out event Event object signaled when data is received.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.

Description

Specifies the Event object to receive reception notifications.

This Event is signaled when StreetPass has occurred.
Use it when you want to be informed in real time that communication has happened.
Use GetCecInfoBuffer or similar functions to verify whether any data arrived for the foreground application.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL