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... | |
|
static |
Create a new UgiRfidConfiguration to read the sensor value from a RF Micron Magnus tag.
base | UgiRfidConfiguration to base the new configuration on |
tagModel | RF Micron Magnus tag model |
rssiLimitType | Type of RSSI limit |
limitRssiThreshold | Threshold for rssiLimitType |
|
static |
Get the sensor value from a RF Micron tag.
perReadData | UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds |
|
static |
Get the on-chip RSSI value from a RF Micron tag.
perReadData | UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds |
|
static |
Create a new UgiRfidConfiguration to read the temperature from a RF Micron Magnus tag.
base | UgiRfidConfiguration to base the new configuration on |
|
static |
Get the temperature RSSI value from a RF Micron tag.
tag | The tag |
perReadData | UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds |