|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cesys.cebo.cebomsr.Led
public final class Led
Offers functionality of for LED's. Instances can be retrieved using getLeds()
of the respective Device
instance.
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 |
---|
public void setEnabled(boolean enable) throws java.io.IOException
enable
- State to switch the indicator to.
java.io.IOException
public java.lang.String getName()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |