#include <dwc.h>
BOOL DWC_CheckInet( void );
Checks the result of the automatic connection process. After calling DWC_ProcessInet, use this function to check whether the automatic connection process completed.
Be sure to check the detailed status of the Internet connection using DWC_GetInetStatus.
None.
TRUE |
The automatic connection process is completed. |
FALSE |
The automatic connection process is either underway or is about to start. |
DWC_InitInet
DWC_SetAuthServer
DWC_ConnectInetAsync
DWC_ProcessInet
DWC_GetInetStatus
DWC_CleanupInet
DWC_CleanupInetAsync
2005/12/16 Revised the description of the function and its arguments.
2005/10/26 Made changes.
2005/07/22 Initial version.
CONFIDENTIAL