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

UgiEpc UGrokItApi.UgiTag.Epc
get

Gets the epc.

Tag's EPC

◆ FirstRead

DateTime UGrokItApi.UgiTag.FirstRead
get

When this tag was first read (local time, to be consistent with DateTime.Now)

The first read.

◆ TidBytes

byte [] UGrokItApi.UgiTag.TidBytes
get

Tag's TID memory, if we have read it

TID memory

◆ UserBytes

byte [] UGrokItApi.UgiTag.UserBytes
get

Tag's USER memory, if we have read it

USER memory

◆ ReservedBytes

byte [] UGrokItApi.UgiTag.ReservedBytes
get

Tag's RESERVED memory, if we have read it

RESERVED memory

◆ ReadState

UgiTagReadState UGrokItApi.UgiTag.ReadState
get

Get the read state for this tag at this moment in time

Read state for this tag

◆ IsVisible

bool UGrokItApi.UgiTag.IsVisible
get

Is the tag currently visible?

true if this tag is visible