lejos.nxt.comm
Class Debug

java.lang.Object
  extended by lejos.nxt.comm.Debug

public class Debug
extends Object

This class provides a simple way of sending debug output for viewing on a PC. The output is transmitted via the nxt USB connection. If open is not called or if the connection to the PC is timed out, then the debug output is dicarded.


Constructor Summary
Debug()
           
 
Method Summary
static void close()
           
static void open()
           
static void open(int timeout)
           
static void out(String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

open

public static void open(int timeout)

open

public static void open()

out

public static void out(String s)

close

public static void close()