public interface Scale
Modifier and Type | Method and Description |
---|---|
void |
clearText()
TClear the text on Weigh Scale Display
|
float |
getWeight()
Retrieve the weight of the item placed on the Weigh Scale
|
void |
setEnabled(boolean enabled)
Enable or disable the Weigh Scale attached to Elo Device
|
void |
setText(java.lang.String text)
Set the text on the Weigh Scale Display
|
void |
setUnits(UnitType unitType)
Configure whether the return weight should be
in US Units or METRIC Units
|
void |
zeroWeight()
Set the current weight on the scale as ZERO
|
void setEnabled(boolean enabled)
enabled
- true to enable, false to disablefloat getWeight()
void zeroWeight()
void setUnits(UnitType unitType)
unitType
- US or Metric unitsvoid setText(java.lang.String text)
text
- text to setvoid clearText()