public static class DynamicScalingPacket.Payload extends Packet.Payload
command, status| Constructor and Description |
|---|
Payload() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled() |
ScaleResistor |
getLpResistorTIA() |
ScaleResistor |
getMaxScale() |
ScaleResistor |
getMinScale() |
void |
setEnabled(boolean enabled) |
void |
setLpResistorTIA(ScaleResistor lpResistorTIA) |
void |
setMaxScale(ScaleResistor maxScale) |
void |
setMinScale(ScaleResistor minScale) |
java.lang.String |
toString() |
getCommand, getStatus, setCommand, setStatuspublic boolean getEnabled()
public ScaleResistor getMinScale()
public ScaleResistor getMaxScale()
public ScaleResistor getLpResistorTIA()
public void setEnabled(boolean enabled)
public void setMinScale(ScaleResistor minScale)
public void setMaxScale(ScaleResistor maxScale)
public void setLpResistorTIA(ScaleResistor lpResistorTIA)
public java.lang.String toString()
toString in class java.lang.Object