UGrokItApi.UgiTag Class Reference
Overview
A tag found by the reader: an EPC and additional data. This object will change if the tag's EPC is changed or its memory is written.
Properties | |
UgiEpc | Epc [get] |
Gets the epc. More... | |
DateTime | FirstRead [get] |
When this tag was first read (local time, to be consistent with DateTime.Now) More... | |
byte [] | TidBytes [get] |
Tag's TID memory, if we have read it More... | |
byte [] | UserBytes [get] |
Tag's USER memory, if we have read it More... | |
byte [] | ReservedBytes [get] |
Tag's RESERVED memory, if we have read it More... | |
UgiTagReadState | ReadState [get] |
Get the read state for this tag at this moment in time More... | |
bool | IsVisible [get] |
Is the tag currently visible? More... | |
Property Documentation
◆ Epc
|
get |
Gets the epc.
Tag's EPC
◆ FirstRead
|
get |
When this tag was first read (local time, to be consistent with DateTime.Now)
The first read.
◆ TidBytes
|
get |
Tag's TID memory, if we have read it
TID memory
◆ UserBytes
|
get |
Tag's USER memory, if we have read it
USER memory
◆ ReservedBytes
|
get |
Tag's RESERVED memory, if we have read it
RESERVED memory
◆ ReadState
|
get |
Get the read state for this tag at this moment in time
Read state for this tag
◆ IsVisible
|
get |
Is the tag currently visible?
true
if this tag is visible
Copyright © 2012-2017 U Grok It, Inc. connect@UGrokIt.com U Grok It and the U Grok It logo are registered trademarks of U Grok It, Inc. All other trademarks and copyrights are the property of their respective owners |