1.2.1.22.2 TCPIP_TFTP_CMD_TYPE Enumeration

C

typedef enum _TFTP_CMD_TYPE {
    TFTP_CMD_PUT_TYPE = 0,
    TFTP_CMD_GET_TYPE,
    TFTP_CMD_NONE
} TCPIP_TFTP_CMD_TYPE;

Description

Enumeration: TCPIP_TFTP_CMD_TYPE.

These enum values are issued from the command line.

Members

|Members |Description | |TFTP_CMD_PUT_TYPE = 0 |TFTP client issues a PUT command to write a file to the server. | |TFTP_CMD_GET_TYPE |TFTP client issues a GET command to read the file from the server. |