
public interface LampDevice
| Modifier and Type | Method and Description |
|---|---|
double |
getLampCurrent() |
String |
getLampIdent() |
String |
getType() |
boolean |
isLampPowerOn() |
void |
setLampPowerEnable(boolean value) |
void |
setType(String type) |
Copyright © 2014 LSST. All rights reserved.