PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
psputility_netmodules.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * psputility_netmodules.h - Load network modules from user mode on 2.xx+
7 *
8 * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
9 *
10 */
11#ifndef __PSPUTILITY_NETMODULES_H__
12#define __PSPUTILITY_NETMODULES_H__
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18#include <psptypes.h>
19
20#define PSP_NET_MODULE_COMMON 1
21#define PSP_NET_MODULE_ADHOC 2
22#define PSP_NET_MODULE_INET 3
23#define PSP_NET_MODULE_PARSEURI 4
24#define PSP_NET_MODULE_PARSEHTTP 5
25#define PSP_NET_MODULE_HTTP 6
26#define PSP_NET_MODULE_SSL 7
27
29#define SCE_ERROR_NET_MODULE_NOT_LOADED (0x80110803)
30
41
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif
float x
Definition psptypes.h:0
int sceUtilityUnloadNetModule(int module)
Unload a network module (PRX) from user mode.
int sceUtilityLoadNetModule(int module)
Load a network module (PRX) from user mode.