Class 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 status
      double getWeight()
      Method to access the weight read
      java.lang.String getWeightMode()
      Method to access the weight mode
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReadWeight

        public ReadWeight​(java.util.ArrayList<com.zebra.scannercontrol.RSMAttribute> rsmGetResponseBuffer)
    • 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