tfTftpdUserStop

Jump to: navigation, search

Table of Contents >> Application Reference >> TFTPD API


#include <trsocket.h>


int tfTftpdUserStop (void);


Function Description

This function stops execution of the TFTP server. It closes the listening socket and kills all existing connections.


Returns

  • TM_ENOERROR
    Success.
  • TM_EALREADY
    The TFTP server has already been stopped.


Table of Contents >> Application Reference >> TFTPD API