Class BATTERY_EVENT

java.lang.Object
com.zebra.rfid.api3.BATTERY_EVENT

public class BATTERY_EVENT extends Object
Contains the battery parameters and corresponding getters/setters of those parameters. This class is used to manage the received battery event data and used by corresponding event handlers.
  • Constructor Details

    • BATTERY_EVENT

      public BATTERY_EVENT()
  • Method Details

    • getCause

      public String getCause()
    • getLevel

      public int getLevel()
    • getCharging

      public boolean getCharging()