Network Component  Version 6.7.7
MDK-Professional Middleware for IP Networking
TFTP_Client_FS.c File Reference
#include <stdio.h>
#include "rl_net.h"

Functions

__weak void * tftp_client_fopen (const char *fname, const char *mode)
 [code_TFTP_Client_FS] More...
 
__weak void tftp_client_fclose (void *file)
 Close local file previously open in TFTP client. More...
 
__weak uint32_t tftp_client_fread (void *file, uint8_t *buf, uint32_t len)
 Read block of data from local file in TFTP client. More...
 
__weak uint32_t tftp_client_fwrite (void *file, const uint8_t *buf, uint32_t len)
 Write block of data to local file in TFTP client. More...