Network Component  Version 7.1
MDK Middleware for IPv4 and IPv6 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
}
 Network status code values returned by Network library functions. More...
 

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

Network status code values returned by Network library functions.

Enumerator:
netOK 

Operation succeeded.

netBusy 

Process is busy.

netError 

Unspecified error.

netInvalidParameter 

Invalid parameter specified.

netWrongState 

Wrong state error.

netDriverError 

Driver error.

netServerError 

Server error.