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

PPPNetIf.h File Reference

PPPNetIf.h File Reference

PPP Generic network interface header file. More...

Go to the source code of this file.

Enumerations

enum  PPPErr { ,
  PPP_MODEM, PPP_NETWORK, PPP_PROTOCOL, PPP_CLOSED,
  PPP_OK = 0
}
 

PPP connection error codes.

More...

Detailed Description

PPP Generic network interface header file.

Definition in file PPPNetIf.h.


Enumeration Type Documentation

enum PPPErr

PPP connection error codes.

Enumerator:
PPP_MODEM 

AT error returned.

PPP_NETWORK 

Network is down.

PPP_PROTOCOL 

PPP Protocol error.

PPP_CLOSED 

Connection is closed.

PPP_OK 

Success.

Definition at line 42 of file PPPNetIf.h.