UGrokItApi.UgiRfMicron Class Reference
Overview
Support for reading RF Micron sensor tags.
Class Methods | |
static UgiRfidConfiguration | ConfigToReadMagnusSensorValue (UgiRfidConfiguration.InventoryTypes type, 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 (UgiDetailedPerReadData perReadData) |
Get the sensor value from a RF Micron tag More... | |
static int | GetMagnusOnChipRssi (UgiDetailedPerReadData perReadData) |
Get the on-chip RSSI value from a RF Micron tag More... | |
static UgiRfidConfiguration | ConfigToReadMagnusTemperature (UgiRfidConfiguration.InventoryTypes type) |
Create a new UgiRfidConfiguration to read the temperature from a RF Micron Magnus tag More... | |
static double | GetMagnusTemperature (UgiTag tag, UgiDetailedPerReadData perReadData) |
Get the temperature RSSI value from a RF Micron tag More... | |
Types | |
enum | MagnusModels { MagnusModels.Model401, MagnusModels.Model402, MagnusModels.Model403 } |
RF Micron Magnus models. More... | |
enum | RssiLimitTypes { RssiLimitTypes.None, RssiLimitTypes.LessThanOrEqual, RssiLimitTypes.GreaterThanOrEqual } |
RF Micron Magnus on-chip RSSI limit types More... | |
Instance Method Documentation
◆ ConfigToReadMagnusSensorValue()
|
inlinestatic |
Create a new UgiRfidConfiguration to read the sensor value from a RF Micron Magnus tag
- Returns
- new configuration.
- Parameters
-
type One of UgiInventoryTypes. tagModel RF Micron Magnus tag model. rssiLimitType Type of RSSI limit. limitRssiThreshold Threshold for rssiLimitType.
◆ GetMagnusSensorCode()
|
inlinestatic |
Get the sensor value from a RF Micron tag
- Returns
- Sensor code
- Parameters
-
perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
◆ GetMagnusOnChipRssi()
|
inlinestatic |
Get the on-chip RSSI value from a RF Micron tag
- Returns
- On-chip RSSI
- Parameters
-
perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
◆ ConfigToReadMagnusTemperature()
|
inlinestatic |
Create a new UgiRfidConfiguration to read the temperature from a RF Micron Magnus tag
- Returns
- new configuration.
- Parameters
-
type One of UgiInventoryTypes.
◆ GetMagnusTemperature()
|
inlinestatic |
Get the temperature RSSI value from a RF Micron tag
- Returns
- Temperature (degrees C), or -999 if invalid
- Parameters
-
tag The tag perReadData UgiDetailedPerReadData structure passed to inventoryTagFound or inventoryTagSubsequentFinds
Enumeration Documentation
◆ MagnusModels
|
strong |
◆ RssiLimitTypes
|
strong |
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 |