Class: UgiTagReadState

UgiTagReadState(o)

Encapsulation of an RFID tag. Objects of this type are returned when tags are found.

Constructor

new UgiTagReadState(o)

Creates a new instance UgiTag given an internal object.
Parameters:
Name Type Description
o Object Internal object
Source:

Members

(readonly) isVisible :Boolean

Is the tag currently visible?
Type:
  • Boolean
Source:

(readonly) mostRecentRead :Date

Most recent time the tag was first read
Type:
  • Date
Source:

(readonly) mostRecentRssiI :Number

Most recent RSSI value, I channel
Type:
  • Number
Source:

(readonly) mostRecentRssiQ :Number

Most recent RSSI value, Q channel
Type:
  • Number
Source:

(readonly) readHistory :Array|Number

Read history
Type:
  • Array | Number
Source:

(readonly) tag :UgiTag

Tag this read state is attached to
Type:
Source:

(readonly) totalReads :Number

Total number of reads (since inventory started)
Type:
  • Number
Source:

Methods

getReadHistoryString() → {String}

Get a string representing the read history of the tag, generally for debugging
Source:
Returns:
Type
String