Network Component  
MDK Middleware for IPv4 and IPv6 Networking
 
Loading...
Searching...
No Matches

Enumerations of the System Core. More...

Enumerations

enum  netErrorCode {
  netErrorMemAlloc ,
  netErrorMemFree ,
  netErrorMemCorrupt ,
  netErrorConfig ,
  netErrorRtosCreate ,
  netErrorUdpAlloc ,
  netErrorTcpAlloc ,
  netErrorTcpState
}
 System Error code values. More...
 

Description

Enumerations of the System Core.

Enumeration Type Documentation

◆ netErrorCode

System Error code values.

Parameter for:

Enumerator
netErrorMemAlloc 

Memory allocation failed, out of memory.

netErrorMemFree 

Memory release failed, memory slot is invalid.

netErrorMemCorrupt 

Memory corruption detected.

netErrorConfig 

Network configuration error found.

netErrorRtosCreate 

RTOS object creation failed.

netErrorUdpAlloc 

No free UDP sockets available.

netErrorTcpAlloc 

No free TCP sockets available.

netErrorTcpState 

TCP socket in undefined state.