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

UgiTag UGrokItApi.UgiTagReadState.Tag
get

Tag this state is associated with this TagReadState

The tag

◆ Timestamp

DateTime UGrokItApi.UgiTagReadState.Timestamp
get

When this state was created (local time, to be consistent with DateTime.Now)

When created

◆ IsVisible

bool UGrokItApi.UgiTagReadState.IsVisible
get

Is the tag currently visible?

true if this tag is visible

◆ TotalReads

int UGrokItApi.UgiTagReadState.TotalReads
get

Total number of reads (since inventory started)

Total reads

◆ MostRecentRead

DateTime UGrokItApi.UgiTagReadState.MostRecentRead
get

When this tag was most recently read (local time, to be consistent with DateTime.Now)

The most recent read.

◆ MostRecentRssiI

double UGrokItApi.UgiTagReadState.MostRecentRssiI
get

Most recent RSSI value, I channel

RSSI value, I channel

◆ MostRecentRssiQ

double UGrokItApi.UgiTagReadState.MostRecentRssiQ
get

Most recent RSSI value, Q channel

RSSI value, Q channel

◆ ReadHistory

int [] UGrokItApi.UgiTagReadState.ReadHistory
get

Get the read history

The read history.

◆ ReadHistoryString

string UGrokItApi.UgiTagReadState.ReadHistoryString
get

Get a string representing the read history of the tag, generally for debugging

The read history string.