serial
Class ToshibaTLP670

java.lang.Object
  |
  +--serial.Serial
        |
        +--serial.ToshibaTLP670

public class ToshibaTLP670
extends Serial
implements UniversalProjector


Fields inherited from class serial.Serial
answerTimeout, cancelEcho, device, listener, semaphore, serial, serial_in, serial_out, timeout_wait, waitingForResponse
 
Constructor Summary
ToshibaTLP670()
           
 
Method Summary
 boolean connect(String in, String out)
           
 boolean inputRGB1()
           
 boolean inputRGB2()
           
 boolean inputVideo()
           
 boolean switchTo(String channel)
           
 boolean turnOff()
           
 boolean turnOn()
           
 
Methods inherited from class serial.Serial
addEventListener, close, getNewInstance, main, open, open, open, openNoParams, processSerialEvent, read, readBytes, readString, ready, send, send, sendSynch, sendSynch, sendSynch, serialEvent, setFlowControlMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToshibaTLP670

public ToshibaTLP670()
Method Detail

turnOn

public boolean turnOn()
Specified by:
turnOn in interface UniversalProjector

turnOff

public boolean turnOff()
Specified by:
turnOff in interface UniversalProjector

inputVideo

public boolean inputVideo()
Specified by:
inputVideo in interface UniversalProjector

inputRGB1

public boolean inputRGB1()
Specified by:
inputRGB1 in interface UniversalProjector

inputRGB2

public boolean inputRGB2()
Specified by:
inputRGB2 in interface UniversalProjector

switchTo

public boolean switchTo(String channel)
Specified by:
switchTo in interface UniversalProjector

connect

public boolean connect(String in,
                       String out)
                throws WrongConnectorPortException