com.ingenotech.lavalamp.ftdi
Class DeviceController

java.lang.Object
  extended by com.ingenotech.lavalamp.ftdi.DeviceController
All Implemented Interfaces:
DeviceWriter

public class DeviceController
extends java.lang.Object
implements DeviceWriter


Constructor Summary
DeviceController()
           
 
Method Summary
 void beepAlert1()
           
 void beepAlert2()
           
 void close()
           
 void open()
           
 void redLampAlert(boolean on)
           
 void setBeep(boolean on)
           
 void setLamp(boolean on)
           
 void setMute(boolean mute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceController

public DeviceController()
Method Detail

open

public void open()
          throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

beepAlert1

public void beepAlert1()

beepAlert2

public void beepAlert2()

redLampAlert

public void redLampAlert(boolean on)

setLamp

public void setLamp(boolean on)
             throws java.io.IOException
Specified by:
setLamp in interface DeviceWriter
Throws:
java.io.IOException

setBeep

public void setBeep(boolean on)
             throws java.io.IOException
Specified by:
setBeep in interface DeviceWriter
Throws:
java.io.IOException

setMute

public void setMute(boolean mute)


Copyright © 2010. All Rights Reserved.