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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class lejos.nxt.comm.LCPResponder
conn, connector, running
 
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
command, disconnect, isConnected, postCommand, preCommand, run, shutdown, waitConnect
 
Methods inherited from class java.lang.Thread
currentThread, getDefaultUncaughtExceptionHandler, getName, getPriority, getUncaughtExceptionHandler, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, start, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCPBTResponder

public LCPBTResponder()