UGrokItApi.UgiTagReadState Class Reference

Overview

The moment-in-time read state of a tag. This object is immutable.

Instance Methods

override string ToString ()
 String for debugging More...
 

Properties

UgiTag Tag [get]
 Tag this state is associated with this TagReadState More...
 
DateTime Timestamp [get]
 When this state was created 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 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...
 

Instance Method Documentation

override string UGrokItApi.UgiTagReadState.ToString ( )
inline

String for debugging

Returns
string

Property Documentation

UgiTag UGrokItApi.UgiTagReadState.Tag
get

Tag this state is associated with this TagReadState

The tag

DateTime UGrokItApi.UgiTagReadState.Timestamp
get

When this state was created

When created

bool UGrokItApi.UgiTagReadState.IsVisible
get

Is the tag currently visible?

true if this tag is visible

int UGrokItApi.UgiTagReadState.TotalReads
get

Total number of reads (since inventory started)

Total reads

DateTime UGrokItApi.UgiTagReadState.MostRecentRead
get

When this tag was most recently read

The most recent read.

double UGrokItApi.UgiTagReadState.MostRecentRssiI
get

Most recent RSSI value, I channel

RSSI value, I channel

double UGrokItApi.UgiTagReadState.MostRecentRssiQ
get

Most recent RSSI value, Q channel

RSSI value, Q channel

int [] UGrokItApi.UgiTagReadState.ReadHistory
get

Get the read history

The read history.

string UGrokItApi.UgiTagReadState.ReadHistoryString
get

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

The read history string.