CPS_SocUse

C Specification

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

Arguments

None.

Return Values

None.

Description

Allows the current thread to get TCP/IP reception feature services (e.g., TCP state machine). Specifically, the current thread is registered in the thread entry of CPSSoc. Does not block.

See Also

CPS_SocRelease, CPSSoc

Revision History

10/21/2005 Initial version.