#include <nitroWiFi/soc.h>
#define SOC_IP_ERR_DHCP_TIMEOUT -100
s32 SOC_ClearConfigError ( SOCInterface* interface );
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. |
0 | Successful. |
Clears the host configuration error code.
12/12/2005 Modified Description.
9/13/2005 Initial version.