Uses of Class
rcx.josx.rcxcomm.RCXAbstractPort

Packages that use RCXAbstractPort
rcx.josx.rcxcomm   
 

Uses of RCXAbstractPort in rcx.josx.rcxcomm
 

Subclasses of RCXAbstractPort in rcx.josx.rcxcomm
 class RCXF7Port
          RCXF7Port provides an interface similar to java.net.Socket Adapted from original code created by the LEGO3 Team at DTU-IAU This version of RCXPort uses Serial comms, not low-level comms.
 class RCXLNPAddressingPort
          RCXLNPAddressingPort provides an interface similar to java.net.Socket Adapted from original code created by the LEGO3 Team at DTU-IAU This version of RCXPort supports the Lego Network protocol (LNP) addressing layer.
 class RCXLNPPort
          RCXLNPPort provides an interface similar to java.net.Socket Adapted from original code created by the LEGO3 Team at DTU-IAU This version of RCXPort uses the Legos Network protocol (LNP).
 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.