pspnet_apctl.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspnet_apctl.h - PSP networking libraries.
00007  *
00008  * Copyright (c) 2005 Marcus R. Brown <mrbrown@0xd6.org>
00009  *
00010  * Portions based on PspPet's wifi_03 sample code.
00011  * 
00012  * $Id: pspnet_apctl.h 1236 2005-10-27 07:31:21Z mrbrown $
00013  */
00014 
00015 #ifndef PSPNET_APCTL_H
00016 #define PSPNET_APCTL_H
00017 
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021 
00022 int sceNetApctlInit(int stackSize, int initPriority);
00023 
00024 int sceNetApctlTerm(void);
00025 
00026 int sceNetApctlGetInfo(int code, void *pInfo);
00027 
00028 /*
00029 // sceNetApctlAddHandler
00030 // sceNetApctlDelHandler
00031 */
00032 
00033 int sceNetApctlConnect(int connIndex);
00034 
00035 int sceNetApctlDisconnect(void);
00036 
00037 int sceNetApctlGetState(int *pState);
00038 
00039 #ifdef __cplusplus
00040 }
00041 #endif
00042 
00043 #endif /* PSPNET_APCTL_H */

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