Package com.zebra.scannercontrol
Class ReadWeight
- java.lang.Object
-
- com.zebra.scannercontrol.ReadWeight
-
public class ReadWeight extends java.lang.Object
Purpose: Shows weight reading related information returned by the scale
-
-
Constructor Summary
Constructors Constructor Description ReadWeight(java.util.ArrayList<com.zebra.scannercontrol.RSMAttribute> rsmGetResponseBuffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getStatus()
Method to access the read weight statusdouble
getWeight()
Method to access the weight readjava.lang.String
getWeightMode()
Method to access the weight mode
-
-
-
Method Detail
-
getWeight
public double getWeight()
Method to access the weight read- Returns:
- read weight
-
getWeightMode
public java.lang.String getWeightMode()
Method to access the weight mode- Returns:
- weight mode
-
getStatus
public int getStatus()
Method to access the read weight status- Returns:
- weight read status
-
-