RobT fork of EthernetNetIf library

Fork of EthernetNetIf by Donatien Garnier

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 , ETH_TIMEOUT, ETH_OK = 0 }
 

Ethernet network interface return codes.

More...

Detailed Description

Ethernet network interface header file.

Definition in file LPC1768/if/eth/EthernetNetIf.h.


Enumeration Type Documentation

Ethernet network interface return codes.

Enumerator:
ETH_TIMEOUT 

Timeout during setup.

ETH_OK 

Success.

ETH_TIMEOUT 

Timeout during setup.

ETH_OK 

Success.

Definition at line 38 of file LPC1768/if/eth/EthernetNetIf.h.