#include <nitroWiFi/cps.h>
void CPS_SocRegister(CPSSoc *soc);
soc |
Socket structure |
None.
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.
10/21/2005 Initial version.