#include <dwc.h>
void DWC_Process net( void );
This function carries out automatic connection processing. Be sure to call it frequently (about once per game frame) after DWC_ConnectInetAsync has been called.
To process errors that occur while connection is on, after calling the DWC_ProcessInet function obtain the error status using the DWC_GetLastErrorEx function; if necessary, display the error code in addition to the error message. For creating this error message, refer to the Nintendo Wi-Fi Connection Programming Guidelines.
To obtain connection status, use the DWC_CheckInet or DWC_GetInetStatus function.
None.
None.
DWC_SetAuthServer
DWC_ConnectInetAsync
DWC_CheckInet
DWC_GetInetStatus
DWC_CleanupInet
2006/12/22 Deleted incorrect reference links.
2006/2/24 Changed the document name being referenced.
2005/12/16 Added description.
2005/10/26 Made revisions.
2005/7/22 Initial version.
CONFIDENTIAL