Embedded TCP/IP stack
4.7.0
|
fnet_return_t fnet_tftp_cln_init | ( | fnet_tftp_cln_params_t * | params | ) |
Initializes the file transfer with the TFTP-client service.
params | Initialization parameters. |
This function initializes the TFTP-client service. It allocates all resources needed and registers the TFTP service in the polling list.
After the initialization, the user application should call the main polling function fnet_service_poll() periodically to run the TFTP service routine in the background.