RFID API Documentation  1.0
Reference guide for RFID API
TEMPERATURE_ALARM_DATA Struct Reference

This struct contains data associated with an TEMPERATURE_ALARM_EVENT; It contains the PA/Ambient Temperature Status. More...

Data Fields

TEMPERATURE_SOURCE sourceName
 Source name of Temperature Alarm Event (For example whether the alarm is for the PA or ambient temperature) More...
 
UINT16 currentTemperature
 Current Temperature reported by the reader in Celsius. More...
 
ALARM_LEVEL alarmLevel
 Alarm Level (Low, High or Critical) More...
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

This struct contains data associated with an TEMPERATURE_ALARM_EVENT; It contains the PA/Ambient Temperature Status.

Field Documentation

◆ sourceName

TEMPERATURE_SOURCE TEMPERATURE_ALARM_DATA::sourceName

Source name of Temperature Alarm Event (For example whether the alarm is for the PA or ambient temperature)

◆ currentTemperature

UINT16 TEMPERATURE_ALARM_DATA::currentTemperature

Current Temperature reported by the reader in Celsius.

◆ alarmLevel

ALARM_LEVEL TEMPERATURE_ALARM_DATA::alarmLevel

Alarm Level (Low, High or Critical)

◆ lpReserved

LPVOID TEMPERATURE_ALARM_DATA::lpReserved[4]

Reserved for future.