rcx
Class RCXUSBPort
java.lang.Object
rcx.RCXUSBPort
- All Implemented Interfaces:
- RCXCommPort
public class RCXUSBPort
- extends java.lang.Object
- implements RCXCommPort
RCXUSBPort - RCXCommPort implementation of a USB port
- Version:
- 2.1
Copyright 2002 Dario Laverde, under terms of GNU LGPL
- Author:
- Dario Laverde
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RCXUSBPort
public RCXUSBPort()
open
public boolean open(java.lang.String portName)
- Specified by:
open
in interface RCXCommPort
close
public void close()
- Specified by:
close
in interface RCXCommPort
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
getOutputStream
in interface RCXCommPort
getInputStream
public java.io.InputStream getInputStream()
- Specified by:
getInputStream
in interface RCXCommPort
main
public static void main(java.lang.String[] args)