nl.tbdev.IR
Class LapDebug

java.lang.Object
  |
  +--nl.tbdev.IR.LapDebug

class LapDebug
extends java.lang.Object


Field Summary
(package private) static char[] digit
           
 
Constructor Summary
(package private) LapDebug()
           
 
Method Summary
static void DisplayFrame(byte[] frame, boolean verbose)
          DisplayFrame - Display a frame at LAP layer
static void DisplayXidFrame(byte[] frame)
           
private static java.lang.String hex(byte b)
           
static byte[] SendXidReply(byte[] frame, int rnd)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

digit

static final char[] digit
Constructor Detail

LapDebug

LapDebug()
Method Detail

DisplayFrame

public static void DisplayFrame(byte[] frame,
                                boolean verbose)
DisplayFrame - Display a frame at LAP layer

DisplayXidFrame

public static void DisplayXidFrame(byte[] frame)

SendXidReply

public static byte[] SendXidReply(byte[] frame,
                                  int rnd)

hex

private static java.lang.String hex(byte b)