| Description | The slip_close function disconnects the SLIP link between the two modems. The slip_close function is in the RL-TCPnet library. The prototype is defined in rtl.h. note - You can call the slip_close function when the SLIP network daemon is either in client mode or in server mode.
- Since it is the SLIP client that starts a dial-up connection, it is also the SLIP client that usually disconnects the SLIP link.
- The slip_close function does not change the running mode of the SLIP daemon. If the SLIP daemon was in server mode, SLIP daemon re-initializes the modem driver to accept further incoming calls.
|