Constructor
new UgiTag(o)
Creates a new instance UgiTag given an internal object.
Parameters:
Name | Type | Description |
---|---|---|
o |
Object | Internal object |
Members
(readonly) epc :String
The tag's EPC, as a string of hex bytes
Type:
- String
(readonly) firstRead :Date
When the tag was first read
Type:
- Date
(readonly) readState :UgiTagReadState
Tag's momentary read state
Type:
(readonly) reservedMemory :String
Tag's RESERVED memory, if we have read it, as a string of hex bytes
Type:
- String
(readonly) tidMemory :String
Tag's TID memory, if we have read it, as a string of hex bytes
Type:
- String
(readonly) userMemory :String
Tag's USER memory, if we have read it, as a string of hex bytes
Type:
- String
Methods
getReadState() → {UgiTagReadState}
Get the read state at this moment in time
Returns:
- Type
- UgiTagReadState