Network Component  Version 6.6
MDK-Professional Middleware for IP Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Status and Error Codes

Status and Error Codes returned by Network functions. More...

Enumerations

enum  netStatus {
  netOK = 0,
  netBusy,
  netError,
  netInvalidParameter,
  netWrongState,
  netDriverError,
  netServerError
}
 

Description

Status and Error Codes returned by Network functions.

The Status and Error Codes section lists all the return values that the Network Component functions will return.

Enumeration Type Documentation

enum netStatus
Enumerator:
netOK 

Operation succeeded.

netBusy 

Process is busy.

netError 

Unspecified error.

netInvalidParameter 

Invalid parameter specified.

netWrongState 

Wrong state error.

netDriverError 

Driver error.

netServerError 

DNS/SNTP server error.