CPS_SocRegister

C Specification

#include <nitroWiFi/cps.h>
void CPS_SocRegister(CPSSoc *soc);

Arguments

soc Socket structure

Return Values

None.

Description

Sets the socket structure that the CPS library uses in the current thread. Specifically, the pointer is set to CPSSoc in the OSThread structure entry. The buffer that the CPS library uses must be set in CPSSoc. Does not block.

See Also

CPS_SocUnRegister, CPSSoc

Revision History

10/21/2005 Initial version.