CPS_Cleanup

C Specification

#include <nitroWiFi/cps.h>
void CPS_Cleanup(void);

Arguments

None.

Return Values

None.

Description

Ends use of the CPS library. If the IP address is set manually (the mode's CPS_DONOTUSE_DHCP bit is enabled or the DHCP cannot be found), this blocks to release the DHCP server.

See Also

CPS_Startup,

Revision History

10/21/2005 Initial version.