Go to the source code of this file.
◆ PSP_NET_MODULE_ADHOC
#define PSP_NET_MODULE_ADHOC 2 |
◆ PSP_NET_MODULE_COMMON
#define PSP_NET_MODULE_COMMON 1 |
◆ PSP_NET_MODULE_HTTP
◆ PSP_NET_MODULE_INET
◆ PSP_NET_MODULE_PARSEHTTP
#define PSP_NET_MODULE_PARSEHTTP 5 |
◆ PSP_NET_MODULE_PARSEURI
#define PSP_NET_MODULE_PARSEURI 4 |
◆ PSP_NET_MODULE_SSL
◆ SCE_ERROR_NET_MODULE_NOT_LOADED
#define SCE_ERROR_NET_MODULE_NOT_LOADED (0x80110803) |
An error code used as a return value.
◆ sceUtilityLoadNetModule()
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
◆ sceUtilityUnloadNetModule()
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