Class: UgiTag

UgiTag(o)

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

Constructor

new UgiTag(o)

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

Members

(readonly) epc :String

The tag's EPC, as a string of hex bytes
Type:
  • String
Source:

(readonly) firstRead :Date

When the tag was first read
Type:
  • Date
Source:

(readonly) readState :UgiTagReadState

Tag's momentary read state
Type:
Source:

(readonly) reservedMemory :String

Tag's RESERVED memory, if we have read it, as a string of hex bytes
Type:
  • String
Source:

(readonly) tidMemory :String

Tag's TID memory, if we have read it, as a string of hex bytes
Type:
  • String
Source:

(readonly) userMemory :String

Tag's USER memory, if we have read it, as a string of hex bytes
Type:
  • String
Source:

Methods

getReadState() → {UgiTagReadState}

Get the read state at this moment in time
Source:
Returns:
Type
UgiTagReadState