| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
TFTP client definition to maintain information relevant to the client. More...
#include <tftp.h>
Data Fields | |
| struct sockaddr | server | 
| tftp_callback_t | callback | 
| uint8_t | tftp_buf [(512+4)] | 
TFTP client definition to maintain information relevant to the client.
server and callback before calling GET or PUT API with the tftpc structure. | tftp_callback_t tftpc::callback | 
Event notification callback. No notification if NULL
| struct sockaddr tftpc::server | 
Socket address pointing to the remote TFTP server
| uint8_t tftpc::tftp_buf[(512+ 4)] | 
Buffer for internal usage