CPS_SocUnRegister

C Specification

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

Arguments

None.

Return Values

None.

Description

Unregisters the socket structure that the CPS library uses in the current thread. Specifically, NULL is set in the OSThread structure entry. Does not block.

See Also

CPS_SocRegister,

Revision History

10/21/2005 Initial version.