syscall function parameter
|
05-28-2013, 02:29 PM
(This post was last modified: 05-28-2013 02:55 PM by Denizen.)
Post: #3
|
|||
|
|||
RE: syscall function parameter
It seems the handler is used as a callback function whenever the network connection state of an adhoc connection has changed.
The state is obtained by calling sceNetAdhocctlGetState(int *event); Possible connection states: PSP_NET_APCTL_STATE_DISCONNECTED 0 PSP_NET_APCTL_STATE_SCANNING 1 PSP_NET_APCTL_STATE_JOINING 2 PSP_NET_APCTL_STATE_GETTING_IP 3 PSP_NET_APCTL_STATE_GOT_IP 4 PSP_NET_APCTL_STATE_EAP_AUTH 5 PSP_NET_APCTL_STATE_KEY_EXCHANGE 6 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
syscall function parameter - Hubert - 05-28-2013, 04:03 AM
RE: syscall function parameter - [Unknown] - 05-28-2013, 06:04 AM
RE: syscall function parameter - Hubert - 05-30-2013, 11:41 AM
RE: syscall function parameter - Denizen - 05-28-2013 02:29 PM
|