nn::cec::CTR::GetCecRecvEventHandle Functionnn::Result GetCecRecvEventHandle( nn::os::Event * event );
| Name | Description | |
|---|---|---|
| out | event | Event object signaled when data is received. |
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