CPS_SocRelease

C Specification

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

Arguments

None.

Return Values

None.

Description

Prevents the current thread from getting TCP/IP reception feature services (e.g., TCP state machine). Specifically, NULL is registered in the thread entry of CPSSoc. Does not block.

See Also

CPS_SocUse, CPSSoc

Revision History

10/21/2005 Initial version.