Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <rtl.h> void init_TcpNet (void);
The init_TcpNet function initializes the TCPnet system resources, protocols, and applications.
The init_TcpNet function is in the RL-TCPnet library. The prototype is defined in rtl.h.
note
The init_TcpNet function does not return any value.
main_TcpNet
#include <rtl.h> void main (void) { init (); /* Initialize the TcpNet */ init_TcpNet (); while (1); /* Run main TcpNet 'thread' */ main_TcpNet (); .. } }
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.