Package com.zebra.rfid.api3
Class IEvents.TemperatureAlarmData
java.lang.Object
com.zebra.rfid.api3.IEvents.TemperatureAlarmData
- Enclosing class:
IEvents
Contains Temperature Alarm Event Data
-
Method Summary
Modifier and TypeMethodDescriptionGets Alarm Level (Low, High or Critical)intGets the Ambient TemperaturegetCause()Gets the causeintGets the Current TemperatureintGets the PA TemperatureGets the Source Name (PA or Ambient) of Temperature Alarm Event
-
Method Details
-
getTemperatureSource
Gets the Source Name (PA or Ambient) of Temperature Alarm Event -
getAlarmLevel
Gets Alarm Level (Low, High or Critical) -
getCurrentTemperature
public int getCurrentTemperature()Gets the Current Temperature -
getCause
Gets the cause -
getAmbientTemp
public int getAmbientTemp()Gets the Ambient Temperature -
getPATemp
public int getPATemp()Gets the PA Temperature
-