Network Component  Version 6.6
MDK-Professional Middleware for IP Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
TFTP_Server_FS.c File Reference

Functions

__weak void * tftp_server_fopen (const char *fname, const char *mode)
 [code_TFTP_Server_FS]
 
__weak void tftp_server_fclose (void *file)
 Close a file previously open in TFTP server.
 
__weak uint32_t tftp_server_fread (void *file, uint8_t *buf, uint32_t len)
 Read block of data from a file in TFTP server.
 
__weak uint32_t tftp_server_fwrite (void *file, const uint8_t *buf, uint32_t len)
 Write block of data to a file in TFTP server.