nn::cec::CTR::GetCecEvent Functionnn::Result GetCecEvent( 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.
Specify an initialized instance of nn::os::Event.
You can use this function when you want to know in real time if any background communication occurred.
The Event specified here is signaled when StreetPass has occurred (when any of the game title boxes sends or receives).
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