|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlejos.nxt.rcxcomm.RCXAbstractPort
lejos.nxt.rcxcomm.RCXPort
public class RCXPort
RCXPort provides an interface similar to java.net.Socket Adapted from original code created by the LEGO3 Team at DTU-IAU Uses Reliable low-level comms for communication. This is a two-layer comms stack consisting of LLCReliableHandler and LLCHandler. It ensures that all packets get through. Communication will stop when the IR tower is not in view or in range, and will resume when it comes back into view. RCXPort does not support addressing - it broadcasts messages to all devices.
Field Summary |
---|
Fields inherited from class lejos.nxt.rcxcomm.RCXAbstractPort |
---|
packetHandler |
Constructor Summary | |
---|---|
RCXPort(SensorPort port)
|
Method Summary |
---|
Methods inherited from class lejos.nxt.rcxcomm.RCXAbstractPort |
---|
close, getInputStream, getOutputStream, getTimeOut, reset, setTimeOut |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RCXPort(SensorPort port) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |