The moment-in-time read state of a tag.
This object is immutable.
Public Member Functions | |
UgiTag | getTag () |
Tag this state is associated with this TagReadState. More... | |
Date | getTimestamp () |
When this state was created. More... | |
boolean | isVisible () |
Is the tag currently visible? More... | |
int | getTotalReads () |
Total number of reads (since inventory started) More... | |
Date | getMostRecentRead () |
When this tag was most recently read. More... | |
double | getMostRecentRssiI () |
Most recent RSSI value, I channel. More... | |
double | getMostRecentRssiQ () |
Most recent RSSI value, Q channel. More... | |
int [] | getReadHistory () |
Get the read history. More... | |
String | toString () |
Get a description of the tag, generally for debugging. More... | |
String | getReadHistoryString () |
Get a string representing the read history of the tag, generally for debugging. More... | |
UgiTag com.ugrokit.api.UgiTagReadState.getTag | ( | ) |
Tag this state is associated with this TagReadState.
Date com.ugrokit.api.UgiTagReadState.getTimestamp | ( | ) |
When this state was created.
boolean com.ugrokit.api.UgiTagReadState.isVisible | ( | ) |
Is the tag currently visible?
int com.ugrokit.api.UgiTagReadState.getTotalReads | ( | ) |
Total number of reads (since inventory started)
Date com.ugrokit.api.UgiTagReadState.getMostRecentRead | ( | ) |
When this tag was most recently read.
double com.ugrokit.api.UgiTagReadState.getMostRecentRssiI | ( | ) |
Most recent RSSI value, I channel.
double com.ugrokit.api.UgiTagReadState.getMostRecentRssiQ | ( | ) |
Most recent RSSI value, Q channel.
int [] com.ugrokit.api.UgiTagReadState.getReadHistory | ( | ) |
Get the read history.
String com.ugrokit.api.UgiTagReadState.toString | ( | ) |
Get a description of the tag, generally for debugging.
String com.ugrokit.api.UgiTagReadState.getReadHistoryString | ( | ) |
Get a string representing the read history of the tag, generally for debugging.