Synopsis
CTL_STATUS_t ctl_tcp_bind(CTL_NET_PORT_t port);
Description

ctl_tcp_bind reserves a listener for the TCP port port. port is specified in network byte order.

In the case of this library, "Bind" means "set aside one of the allocated server port slots for this port". "Unbind" means to free up the resource.

See Also

ctl_tcp_unbind, ctl_tcp_accept, ctl_tcp_init