Network Component   Version 8.0.0
MDK Middleware for IPv4 and IPv6 Networking
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
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.