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
Result::IsSuccess 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.


CONFIDENTIAL