Embedded TCP/IP stack
4.7.0
|
typedef void(* fnet_tftp_srv_complete_handler_t) (fnet_tftp_request_t request, fnet_return_t status, void *handler_param) |
Prototype of the TFTP-server callback function that is called when the TFTP server has completed file data transfer.
request_type | Request type (read or write) defined by fnet_tftp_request_t. |
status | File transfer completion status that equals to: |
handler_param | User-application specific parameter. It's set during the TFTP-server service initialization as part of fnet_tftp_srv_params_t. |
Definition at line 166 of file fnet_tftp_srv.h.