CPS_TcpListen

C Specification

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

Arguments

None.

Return Values

None.

Description

Establishes a passive TCP connection. This blocks.

See Also

CPS_SocBind, CPS_TcpConnect

Revision History

10/21/2005 Initial version.