Version of http://mbed.org/cookbook/NetServicesTribute with setting set the same for LPC2368

Dependents:   UDPSocketExample 24LCxx_I2CApp WeatherPlatform_pachube HvZServerLib ... more

Embed: (wiki syntax)

« Back to documentation index

EthernetNetIf.h File Reference

EthernetNetIf.h File Reference

Ethernet network interface header file. More...

Go to the source code of this file.

Data Structures

class  EthernetNetIf
 Ethernet network interface. More...

Enumerations

enum  EthernetErr { , ETH_TIMEOUT, ETH_OK = 0 }
 

Ethernet network interface return codes.

More...

Detailed Description

Ethernet network interface header file.

Definition in file EthernetNetIf.h.


Enumeration Type Documentation

Ethernet network interface return codes.

Enumerator:
ETH_TIMEOUT 

Timeout during setup.

ETH_OK 

Success.

Definition at line 39 of file EthernetNetIf.h.