Zephyr API 3.6.99
|
TFTP client definition to maintain information relevant to the client. More...
#include <tftp.h>
Data Fields | |
struct sockaddr | server |
Socket address pointing to the remote TFTP server. | |
tftp_callback_t | callback |
Event notification callback. | |
uint8_t | tftp_buf [(512+4)] |
Buffer for internal usage. | |
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.