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

UgiTagtag
 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