Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
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.
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.