lejos.nxt.comm
Class RS485Connection

java.lang.Object
  extended by lejos.nxt.comm.NXTConnection
      extended by lejos.nxt.comm.RS485Connection
All Implemented Interfaces:
Connection, InputConnection, OutputConnection, StreamConnection

public class RS485Connection
extends NXTConnection

Connection object for an RS485/BitBus connection This object models a single BitBus connection. It works closely with the BitBus controller object to perform packet based I/O. It provides buffer space, address bindings and flow control for connection. It also handles higher level connection state (connection establishment, termination etc).

Author:
andy

Field Summary
 
Fields inherited from class lejos.nxt.comm.NXTConnection
LCP, PACKET, RAW
 
Method Summary
 String getName()
           
 
Methods inherited from class lejos.nxt.comm.NXTConnection
available, available, close, getAddress, openDataInputStream, openDataOutputStream, openInputStream, openOutputStream, read, read, readPacket, sendPacket, setIOMode, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()