Data for each tag read, sent if detailedPerReadData is YES in the RFID configuration.
Public Member Functions | |
| Date | getTimestamp () |
| Get when the find happened. More... | |
| int | getFrequency () |
| Get frequency the find happened at. More... | |
| double | getRssiI () |
| Get RSSI, I channel (0-15) More... | |
| double | getRssiQ () |
| Get RSSI, Q channel (0-15) More... | |
| int | getReadData1 () |
| Get read data. More... | |
| int | getReadData2 () |
| Get read data. More... | |
| String | toString () |
| Get a description of the tag, generally for debugging. More... | |
| Date com.ugrokit.api.UgiInventory.DetailedPerReadData.getTimestamp | ( | ) |
Get when the find happened.
| int com.ugrokit.api.UgiInventory.DetailedPerReadData.getFrequency | ( | ) |
Get frequency the find happened at.
| double com.ugrokit.api.UgiInventory.DetailedPerReadData.getRssiI | ( | ) |
Get RSSI, I channel (0-15)
| double com.ugrokit.api.UgiInventory.DetailedPerReadData.getRssiQ | ( | ) |
Get RSSI, Q channel (0-15)
| int com.ugrokit.api.UgiInventory.DetailedPerReadData.getReadData1 | ( | ) |
Get read data.
| int com.ugrokit.api.UgiInventory.DetailedPerReadData.getReadData2 | ( | ) |
Get read data.
| String com.ugrokit.api.UgiInventory.DetailedPerReadData.toString | ( | ) |
Get a description of the tag, generally for debugging.