Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <rtl.h> void slip_listen (void);
The slip_listen function configures the SLIP interface to accept incoming SLIP connections by starting the SLIP daemon in server mode.
The slip_listen function is in the RL-TCPnet library. The prototype is defined in rtl.h.
note
None
slip_close, slip_connect, slip_is_up
#include <rtl.h> void main (void) { init_TcpNet (); /* Activate the SLIP interface. */ slip_listen (); while (1) { timer_poll (); 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.