psputility_netmodules.h File Reference

#include <psptypes.h>

Go to the source code of this file.

Defines

#define PSP_NET_MODULE_COMMON   1
#define PSP_NET_MODULE_ADHOC   2
#define PSP_NET_MODULE_INET   3
#define PSP_NET_MODULE_PARSEURI   4
#define PSP_NET_MODULE_PARSEHTTP   5
#define PSP_NET_MODULE_HTTP   6
#define PSP_NET_MODULE_SSL   7

Functions

int sceUtilityLoadNetModule (int module)
 Load a network module (PRX) from user mode.
int sceUtilityUnloadNetModule (int module)
 Unload a network module (PRX) from user mode.


Define Documentation

#define PSP_NET_MODULE_ADHOC   2

#define PSP_NET_MODULE_COMMON   1

#define PSP_NET_MODULE_HTTP   6

#define PSP_NET_MODULE_INET   3

#define PSP_NET_MODULE_PARSEHTTP   5

#define PSP_NET_MODULE_PARSEURI   4

#define PSP_NET_MODULE_SSL   7


Function Documentation

int sceUtilityLoadNetModule ( int  module  ) 

Load a network module (PRX) from user mode.

Load PSP_NET_MODULE_COMMON and PSP_NET_MODULE_INET to use infrastructure WifI (via an access point). Available on firmware 2.00 and higher only.

Parameters:
module - module number to load (PSP_NET_MODULE_xxx)
Returns:
0 on success, < 0 on error

int sceUtilityUnloadNetModule ( int  module  ) 

Unload a network module (PRX) from user mode.

Available on firmware 2.00 and higher only.

Parameters:
module - module number be unloaded
Returns:
0 on success, < 0 on error


Generated on Tue Jul 24 15:21:25 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2