Package com.zebra.rfid.api3
Class POWER_EVENT
- java.lang.Object
-
- com.zebra.rfid.api3.POWER_EVENT
-
public class POWER_EVENT extends java.lang.Object
Contains the parameters of power event and getters/setters of those parameters. This class is used to manage the received power event data and used by corresponding event handlers.
-
-
Constructor Summary
Constructors Constructor Description POWER_EVENT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCause()
float
getCurrent()
float
getPower()
float
getVoltage()
void
setCause(java.lang.String cause)
void
setCurrent(float current)
void
setPower(float power)
void
setVoltage(float voltage)
-
-
-
Method Detail
-
getCause
public java.lang.String getCause()
-
setCause
public void setCause(java.lang.String cause)
-
getVoltage
public float getVoltage()
-
setVoltage
public void setVoltage(float voltage)
-
getCurrent
public float getCurrent()
-
setCurrent
public void setCurrent(float current)
-
getPower
public float getPower()
-
setPower
public void setPower(float power)
-
-