Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
Enumerations

Enumerations of the TFTP Client. More...

Enumerations

enum  netTFTPc_Event {
  netTFTPc_EventSuccess = 0 ,
  netTFTPc_EventTimeout ,
  netTFTPc_EventAccessDenied ,
  netTFTPc_EventFileNotFound ,
  netTFTPc_EventDiskFull ,
  netTFTPc_EventLocalFileError ,
  netTFTPc_EventError
}
 TFTP Client Events. More...
 

Description

Enumerations of the TFTP Client.

Enumeration Type Documentation

◆ netTFTPc_Event

TFTP Client Events.

Parameter for:

Enumerator
netTFTPc_EventSuccess 

File operation successful.

netTFTPc_EventTimeout 

Timeout on file operation.

netTFTPc_EventAccessDenied 

File access not allowed.

netTFTPc_EventFileNotFound 

File not found.

netTFTPc_EventDiskFull 

Disk full.

netTFTPc_EventLocalFileError 

Local file read/write error.

netTFTPc_EventError 

Generic TFTP client error.