UgiTagReadState Class Reference
Overview
The moment-in-time read state of a tag.
This object is immutable.
Instance Methods | |
| (NSString *_Nullable) | - readHistoryString |
Get a string representing the read history of the tag, generally for debugging More... | |
| (NSString *_Nonnull) | - description |
Get a description of the tag state, generally for debugging More... | |
Properties | |
| UgiTag * | tag |
| Tag this state is associated with. | |
| NSDate * | timestamp |
| When this state was created. | |
| BOOL | isVisible |
| Is the tag currently visible (has it been seem in the last N seconds, where N is historyIntervalMSec*historyDepth. | |
| int | totalReads |
| Total number of reads (since inventory started) | |
| NSDate * | mostRecentRead |
| When this tag was most recently read. | |
| double | mostRecentRssiI |
| Most recent RSSI value, I channel. | |
| double | mostRecentRssiQ |
| Most recent RSSI value, Q channel. | |
| NSArray * | readHistory |
Tag's read history Array of number of times the tag was found in each history period [0] is the most recent data | |
Instance Method Documentation
◆ readHistoryString()
| - (NSString * _Nullable) readHistoryString |
Get a string representing the read history of the tag, generally for debugging
- Returns
- Read history of the tag
◆ description()
| - (NSString * _Nonnull) description |
Get a description of the tag state, generally for debugging
- Returns
- Description of the tag
|
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 |
