com.cesys.cebo.cebomsr
Class Led

java.lang.Object
  extended by com.cesys.cebo.cebomsr.Led

public final class Led
extends java.lang.Object

Offers functionality of for LED's. Instances can be retrieved using getLeds() of the respective Device instance.

Author:
Thomas Hoppe

Method Summary
 java.lang.String getName()
          Returns name of the component.
 void setEnabled(boolean enable)
          Set state of the on-board led.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setEnabled

public void setEnabled(boolean enable)
                throws java.io.IOException
Set state of the on-board led.

Parameters:
enable - State to switch the indicator to.
Throws:
java.io.IOException

getName

public java.lang.String getName()
Returns name of the component.