UGrokItApi.UgiTagReadState Class Reference
Overview
The moment-in-time read state of a tag. This object is immutable.
Properties | |
UgiTag | Tag [get] |
Tag this state is associated with this TagReadState More... | |
DateTime | Timestamp [get] |
When this state was created (local time, to be consistent with DateTime.Now) More... | |
bool | IsVisible [get] |
Is the tag currently visible? More... | |
int | TotalReads [get] |
Total number of reads (since inventory started) More... | |
DateTime | MostRecentRead [get] |
When this tag was most recently read (local time, to be consistent with DateTime.Now) More... | |
double | MostRecentRssiI [get] |
Most recent RSSI value, I channel More... | |
double | MostRecentRssiQ [get] |
Most recent RSSI value, Q channel More... | |
int [] | ReadHistory [get] |
Get the read history More... | |
string | ReadHistoryString [get] |
Get a string representing the read history of the tag, generally for debugging More... | |
Property Documentation
◆ Tag
|
get |
Tag this state is associated with this TagReadState
The tag
◆ Timestamp
|
get |
When this state was created (local time, to be consistent with DateTime.Now)
When created
◆ IsVisible
|
get |
Is the tag currently visible?
true
if this tag is visible
◆ TotalReads
|
get |
Total number of reads (since inventory started)
Total reads
◆ MostRecentRead
|
get |
When this tag was most recently read (local time, to be consistent with DateTime.Now)
The most recent read.
◆ MostRecentRssiI
|
get |
Most recent RSSI value, I channel
RSSI value, I channel
◆ MostRecentRssiQ
|
get |
Most recent RSSI value, Q channel
RSSI value, Q channel
◆ ReadHistory
|
get |
Get the read history
The read history.
◆ ReadHistoryString
|
get |
Get a string representing the read history of the tag, generally for debugging
The read history string.
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 |