#include <psptypes.h>
Go to the source code of this file.
Data Structures | |
struct | _pspUtilityNetconfData |
Typedefs | |
typedef _pspUtilityNetconfData | pspUtilityNetconfData |
Enumerations | |
enum | pspUtilityNetconfActions { PSP_NETCONF_ACTION_CONNECTAP, PSP_NETCONF_ACTION_DISPLAYSTATUS, PSP_NETCONF_ACTION_CONNECT_ADHOC } |
enum | pspUtilityNetconfStatus { PSP_NETCONF_STATUS_NONE, PSP_NETCONF_STATUS_INIT, PSP_NETCONF_STATUS_RUNNING, PSP_NETCONF_STATUS_FINISHED, PSP_NETCONF_STATUS_SHUTDOWN } |
Functions | |
int | sceUtilityNetconfInitStart (pspUtilityNetconfData *data) |
Init the Network Configuration Dialog Utility. | |
int | sceUtilityNetconfShutdownStart (void) |
Shutdown the Network Configuration Dialog Utility. | |
int | sceUtilityNetconfUpdate (int unknown) |
Update the Network Configuration Dialog GUI. | |
int | sceUtilityNetconfGetStatus (void) |
Get the status of a running Network Configuration Dialog. |
typedef struct _pspUtilityNetconfData pspUtilityNetconfData |
int sceUtilityNetconfGetStatus | ( | void | ) |
Get the status of a running Network Configuration Dialog.
int sceUtilityNetconfInitStart | ( | pspUtilityNetconfData * | data | ) |
Init the Network Configuration Dialog Utility.
data | - pointer to pspUtilityNetconfData to be initialized |
int sceUtilityNetconfShutdownStart | ( | void | ) |
Shutdown the Network Configuration Dialog Utility.
int sceUtilityNetconfUpdate | ( | int | unknown | ) |
Update the Network Configuration Dialog GUI.
unknown | - unknown; set to 1 |