Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <rtl.h> BOOL udp_release_socket ( U8 socket); /* Socket handle to release. */
The udp_release_socket function releases the the socket identified in the function argument and de-allocates its memory.
The udp_release_socket function is in the RL-TCPnet library. The prototype is defined in rtl.h.
note
The udp_release_socket function returns __TRUE if the UDP socket is successfully released. Otherwise, the function returns __FALSE.
udp_close, udp_get_socket
#include <rtl.h> void disconnect_udp (U8 udp_soc) { .. /* This UDP connection is no longer needed */ udp_close (udp_soc); udp_release_socket (udp_soc); }
Cookie Settings | Terms of Use | Privacy | Accessibility | Trademarks | Contact Us | Feedback
Copyright © 2005-2019 Arm Limited (or its affiliates). All rights reserved.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
Change Settings
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.