| View previous topic :: View next topic |
| Author |
Message |
uberjack

Joined: 17 Jul 2007 Posts: 34 Location: California, USA
|
Posted: Sat Jun 14, 2008 3:13 am Post subject: Adhoc PTP receive with callbacks |
|
|
Hi All,
Is it possible to have the PSP hardware call a callback whenever data is received over peer-to-peer? Basically, I need to have two PSP's exchange data at will, without having to send/receive with ACK's constantly. Any suggestions?
Thanks |
|
| Back to top |
|
 |
pspZorba
Joined: 22 Sep 2007 Posts: 156 Location: NY
|
Posted: Sat Jun 14, 2008 3:37 am Post subject: |
|
|
I am not really sure that's what you are looking for but you coud use the callback mechanism set by sceNetAdhocMatchingCreate.
It is more for establishing the communication, but may be it could be used in the way you want (depending on your exact needs).
You still have the solution of having a thread that is listening but you may have already studied it.
or someone else has a better solution? _________________ --pspZorba--
NO to K1.5 ! |
|
| Back to top |
|
 |
|