TFTP_RESULT Enumeration

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
TFTP_RESULT Enumeration
C
typedef enum _TFTP_RESULT {
  TFTP_OK = 0,
  TFTP_NOT_READY,
  TFTP_END_OF_FILE,
  TFTP_ERROR,
  TFTP_RETRY,
  TFTP_TIMEOUT
} TFTP_RESULT;
Description

Enum. of results returned by most of the TFTP functions.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.