nn::cec::CTR::GetCecRecvEventHandle Functionnn::Result GetCecRecvEventHandle( nn::os::Event * event );
| Name | Description | |
|---|---|---|
| out | event | Registers an initialized instance of nn::os::Event. |
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.
CONFIDENTIAL