Synopsis
CTL_STATUS_t ctl_udp_unbind(CTL_NET_PORT_t port);
Description

ctl_udp_unbind unregisters any associated callback function associated with UDP port port.

ctl_udp_unbind returns CTL_NO_ERROR if the call was successful; i.e. the port is current bound, otherwise an error code.

See Also

CTL_UDP_RECV_FN_t, ctl_udp_init