public class PowerChanState extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY |
static int |
PWR_STATE_OFF |
static int |
PWR_STATE_OFFLINE |
static int |
PWR_STATE_ON |
| Constructor and Description |
|---|
PowerChanState() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCurrent() |
String |
getName() |
int |
getState() |
double |
getVoltage() |
void |
setCurrent(double current) |
void |
setName(String name) |
void |
setState(int state) |
void |
setVoltage(double voltage) |
public static final String KEY
public static final int PWR_STATE_OFFLINE
public static final int PWR_STATE_OFF
public static final int PWR_STATE_ON
public String getName()
public void setName(String name)
public int getState()
public void setState(int state)
public double getVoltage()
public void setVoltage(double voltage)
public double getCurrent()
public void setCurrent(double current)
Copyright © 2016 LSST. All rights reserved.