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()
                 throws com.ftdichip.ftd2xx.FTD2xxException
Throws:
com.ftdichip.ftd2xx.FTD2xxException
Method Detail

open

public void open()
          throws com.ftdichip.ftd2xx.FTD2xxException
Throws:
com.ftdichip.ftd2xx.FTD2xxException

close

public void close()
           throws com.ftdichip.ftd2xx.FTD2xxException
Throws:
com.ftdichip.ftd2xx.FTD2xxException

beepAlert1

public void beepAlert1()

beepAlert2

public void beepAlert2()

redLampAlert

public void redLampAlert(boolean on)

setLamp

public void setLamp(boolean on)
Specified by:
setLamp in interface DeviceWriter

setBeep

public void setBeep(boolean on)
Specified by:
setBeep in interface DeviceWriter

setMute

public void setMute(boolean mute)


Copyright © 2010. All Rights Reserved.