typedef enum _TFTP_RESULT { TFTP_OK = 0, TFTP_NOT_READY, TFTP_END_OF_FILE, TFTP_ERROR, TFTP_RETRY, TFTP_TIMEOUT } TFTP_RESULT;
Enum. of results returned by most of the TFTP functions.
Submit feedback about this site to: