com.ugrokit.api.UgiRfMicron Class Reference
Overview
Support for reading RF Micron sensor tags.
Static Public Member Functions | |
static UgiRfidConfiguration | configToReadMagnusSensorValue (UgiRfidConfiguration base, MagnusModels tagModel, RssiLimitTypes rssiLimitType, int limitRssiThreshold) |
Create a new UgiRfidConfiguration to read the sensor value from a RF Micron Magnus tag. More... | |
static int | getMagnusSensorCode (UgiInventory.DetailedPerReadData perReadData) |
Get the sensor value from a RF Micron tag. More... | |
static int | getMagnusOnChipRssi (UgiInventory.DetailedPerReadData perReadData) |
Get the on-chip RSSI value from a RF Micron tag. More... | |
static UgiRfidConfiguration | configToReadMagnusTemperature (UgiRfidConfiguration base) |
Create a new UgiRfidConfiguration to read the temperature from a RF Micron Magnus tag. More... | |
static double | getMagnusTemperature (UgiTag tag, UgiInventory.DetailedPerReadData perReadData) |
Get the temperature RSSI value from a RF Micron tag. More... | |
Classes | |
enum | MagnusModels |
RF Micron Magnus models. More... | |
enum | RssiLimitTypes |
RF Micron Magnus on-chip RSSI limit types. More... | |
Member Function Documentation
◆ configToReadMagnusSensorValue()
|
static |
Create a new UgiRfidConfiguration to read the sensor value from a RF Micron Magnus tag.
- Parameters
-
base UgiRfidConfiguration to base the new configuration on tagModel RF Micron Magnus tag model rssiLimitType Type of RSSI limit limitRssiThreshold Threshold for rssiLimitType
- Returns
- new configuration
◆ getMagnusSensorCode()
|
static |
Get the sensor value from a RF Micron tag.
- Parameters
-
perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
- Returns
- Sensor code
◆ getMagnusOnChipRssi()
|
static |
Get the on-chip RSSI value from a RF Micron tag.
- Parameters
-
perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
- Returns
- On-chip RSSI
◆ configToReadMagnusTemperature()
|
static |
Create a new UgiRfidConfiguration to read the temperature from a RF Micron Magnus tag.
- Parameters
-
base UgiRfidConfiguration to base the new configuration on
- Returns
- new configuration
◆ getMagnusTemperature()
|
static |
Get the temperature RSSI value from a RF Micron tag.
- Parameters
-
tag The tag perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
- Returns
- Temperature (degrees C), or -999 if invalid
com.ugrokit.api.UgiRfMicron.RssiLimitTypes Enum Reference
Overview
RF Micron Magnus on-chip RSSI limit types.
Public Attributes | |
None | |
No Rssi limiting. | |
LessThanOrEqual | |
Limit to tags with on-chip RSSI less than or equal to the threshold value. | |
GreaterThanOrEqual | |
Limit to tags with on-chip RSSI greater than or equal to the threshold value. | |
com.ugrokit.api.UgiRfMicron.MagnusModels Enum Reference
Copyright © 2012-2017 U Grok It, Inc. connect@UGrokIt.com U Grok It and the U Grok It logo are registered trademarks of U Grok It, Inc. All other trademarks and copyrights are the property of their respective owners |