ejip
Class Ppp

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--javax.joprt.RtThread
              |
              +--ejip.LinkLayer
                    |
                    +--ejip.Ppp

public class Ppp
extends LinkLayer

Ppp driver.


Field Summary
static int ip
          ip address.
static int ipRemote
          remote ip address.
 
Fields inherited from class java.lang.Thread
CREATED, DEAD, MAX_PRIORITY, MIN_PRIORITY, MS, next, NORM_PRIORITY, RUNNING, state, WAITING
 
Method Summary
static void init()
          allocate buffer, start serial buffer and slip Thread.
 void run()
          main loop.
 
Methods inherited from class javax.joprt.RtThread
startMission, waitForMission, waitForNextPeriod
 
Methods inherited from class java.lang.Thread
activeCount, currentThread, getPriority, isAlive, join, setPriority, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ipRemote

public static int ipRemote
remote ip address.

ip

public static int ip
ip address.
Method Detail

init

public static void init()
allocate buffer, start serial buffer and slip Thread.

run

public void run()
main loop.
Overrides:
run in class java.lang.Thread