lejos.nxt.comm
Class LCPBTResponder

java.lang.Object
  extended by java.lang.Thread
      extended by lejos.nxt.comm.LCPResponder
          extended by lejos.nxt.comm.LCPBTResponder
All Implemented Interfaces:
Runnable

public class LCPBTResponder
extends LCPResponder

Support for LCP commands over Bluetooth in user programs.

Author:
Lawrie Griffiths

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
LCPBTResponder()
           
 
Method Summary
 
Methods inherited from class lejos.nxt.comm.LCPResponder
run, shutdown
 
Methods inherited from class java.lang.Thread
currentThread, getId, getName, getPriority, init_thread, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, set_priority, setDaemon, setName, setPriority, sleep, start, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCPBTResponder

public LCPBTResponder()