serial
Class SerialPioneerDVD

java.lang.Object
  |
  +--serial.SerialPioneerDVD

public class SerialPioneerDVD
extends Object


Field Summary
static Serial mySerial
           
 
Constructor Summary
SerialPioneerDVD()
           
 
Method Summary
 void closeConnect()
           
 void doorOpen()
           
static void main(String[] argv)
           
 void pause()
           
 void play()
           
 void scanForward()
           
 void scanReverse()
           
 void stepForward()
           
 void stepReverse()
           
 void still()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mySerial

public static Serial mySerial
Constructor Detail

SerialPioneerDVD

public SerialPioneerDVD()
Method Detail

doorOpen

public void doorOpen()
              throws IOException

play

public void play()
          throws IOException

stop

public void stop()
          throws IOException

pause

public void pause()
           throws IOException

still

public void still()
           throws IOException

stepForward

public void stepForward()
                 throws IOException

stepReverse

public void stepReverse()
                 throws IOException

scanForward

public void scanForward()
                 throws IOException

scanReverse

public void scanReverse()
                 throws IOException

closeConnect

public void closeConnect()
                  throws IOException

main

public static void main(String[] argv)