SOC_ClearConfigError

C Specification

#include <nitroWiFi/soc.h>
#define SOC_IP_ERR_DHCP_TIMEOUT    -100
s32 SOC_ClearConfigError ( SOCInterface* interface );

Arguments

interface The pointer to the SOCInterface that clears the host configuration error code. This argument is included for compatibility issues, but it is ignored in actual use of the function.

Return Values

0 Successful.

Description

Clears the host configuration error code.

See Also

SOC_GetConfigError

Revision History

12/12/2005 Modified Description.
9/13/2005 Initial version.