Package com.zebra.scannercontrol
Class ReadWeight
java.lang.Object
com.zebra.scannercontrol.ReadWeight
Purpose: Shows weight reading related information returned by the scale
-
Constructor Summary
ConstructorDescriptionReadWeight
(ArrayList<com.zebra.scannercontrol.RSMAttribute> rsmGetResponseBuffer) -
Method Summary
Modifier and TypeMethodDescriptionint
Method to access the read weight statusdouble
Method to access the weight readMethod to access the weight mode
-
Constructor Details
-
ReadWeight
-
-
Method Details
-
getWeight
public double getWeight()Method to access the weight read- Returns:
- read weight
-
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
-