DWC_CleanupInet

C Specification

#include <dwc.h>

void DWC_CleanupInet( void );

Description

Ends automatic connection processing. All thread processing is blocked until disconnected from the Internet.

Note that asynchronous termination is also available by using DWC_CleanupInetAsync.

Arguments

None.

Return Values

None.

See Also

DWC_CheckInet, DWC_SetAuthServer, DWC_ConnectInetAsync, DWC_CheckInet, DWC_ProcessInet, DWC_GetInetStatus DWC_CleanupInetAsync,

Revision History

2005/12/16 Added mention of the existence of the DWC_CleanupInetAsync() function.
2005/10/26 Made revisions.
2005/07/22 Initial version.


CONFIDENTIAL