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.
Public Member Functions | |
| UgiEpc | getEpc () |
| Tag's EPC. More... | |
| Date | getFirstRead () |
| When this tag was first read. More... | |
| byte [] | getTidBytes () |
| Tag's TID memory, if we have read it. More... | |
| void | setTidBytes (byte[] tidBytes) |
| Set the tag's TID memory. More... | |
| byte [] | getUserBytes () |
| Tag's USER memory, if we have read it. More... | |
| void | setUserBytes (byte[] userBytes) |
| Set the tag's USER memory. More... | |
| byte [] | getReservedBytes () |
| Tag's RESERVED memory, if we have read it. More... | |
| HfTagTypes | getHfTagType () |
| Get the type of HF tag. More... | |
| String | getHfName () |
| Get the name for a HF tag (not localized) More... | |
| String | getHfShortDescription () |
| Get a short description for a HF tag (not localized) More... | |
| String | getHfLongDescription () |
| Get a long description for a HF tag (not localized) More... | |
| int | getHfIso15693dsfid () |
| Get the DSFID for a ISO 15693 tag. More... | |
| int | getHfIso15693afi () |
| Get the AFI for a ISO 15693 tag. More... | |
| int | getHfIso15693infoFlags () |
| Get the information flags for a ISO 15693 tag. More... | |
| int | getHfIso15693icReference () |
| Get the IC reference for a ISO 15693 tag. More... | |
| int | getHfIso15693numBlocks () |
| Get the number of memory blocks for a ISO 15693 tag. More... | |
| int | getHfIso15693blockSize () |
| Get the block size for a ISO 15693 tag. More... | |
| int | getHfIso14443Aatqa () |
| Get the ATQA for a ISO 14443A tag. More... | |
| int | getHfIso14443Asak () |
| Get the SAK for a ISO 14443A tag (note that only the first byte may be valid, depending on tag type) More... | |
| int | getHfIso14443AmemorySize () |
| Get the memory size for a ISO 14443A tag. More... | |
| int | getHfTopazAtqa () |
| Get the ATQA for a Topaz tag. More... | |
| int | getHfTopazHr () |
| Get the HR for a Topaz tag. More... | |
| int | getHfFelicaIcCode () |
| Get the IC Code for a FeliCA tag. More... | |
| int | getHfFelicaSystemCode () |
| Get the System Code for a FeliCA tag. More... | |
| UgiTagReadState | getTagReadState () |
| Get the read state for this tag at this moment in time. More... | |
| boolean | isVisible () |
| Is the tag currently visible? More... | |
| UgiInventory | getInventory () |
| Get the associated inventory object. More... | |
| String | toString () |
| Get a description of the tag, generally for debugging. More... | |
Classes | |
| enum | HfTagTypes |
| Type of HF tag. More... | |
| UgiEpc com.ugrokit.api.UgiTag.getEpc | ( | ) |
Tag's EPC.
| Date com.ugrokit.api.UgiTag.getFirstRead | ( | ) |
When this tag was first read.
| byte [] com.ugrokit.api.UgiTag.getTidBytes | ( | ) |
Tag's TID memory, if we have read it.
| void com.ugrokit.api.UgiTag.setTidBytes | ( | byte [] | tidBytes | ) |
Set the tag's TID memory.
Normally not used, but useful if the TID memory is read later
| tidBytes | TID memory bytes |
| byte [] com.ugrokit.api.UgiTag.getUserBytes | ( | ) |
Tag's USER memory, if we have read it.
| void com.ugrokit.api.UgiTag.setUserBytes | ( | byte [] | userBytes | ) |
Set the tag's USER memory.
Normally not used, but useful if the user memory is read later
| userBytes | user memory bytes |
| byte [] com.ugrokit.api.UgiTag.getReservedBytes | ( | ) |
Tag's RESERVED memory, if we have read it.
| HfTagTypes com.ugrokit.api.UgiTag.getHfTagType | ( | ) |
Get the type of HF tag.
| String com.ugrokit.api.UgiTag.getHfName | ( | ) |
Get the name for a HF tag (not localized)
| String com.ugrokit.api.UgiTag.getHfShortDescription | ( | ) |
Get a short description for a HF tag (not localized)
| String com.ugrokit.api.UgiTag.getHfLongDescription | ( | ) |
Get a long description for a HF tag (not localized)
| int com.ugrokit.api.UgiTag.getHfIso15693dsfid | ( | ) |
Get the DSFID for a ISO 15693 tag.
| int com.ugrokit.api.UgiTag.getHfIso15693afi | ( | ) |
Get the AFI for a ISO 15693 tag.
| int com.ugrokit.api.UgiTag.getHfIso15693infoFlags | ( | ) |
Get the information flags for a ISO 15693 tag.
| int com.ugrokit.api.UgiTag.getHfIso15693icReference | ( | ) |
Get the IC reference for a ISO 15693 tag.
| int com.ugrokit.api.UgiTag.getHfIso15693numBlocks | ( | ) |
Get the number of memory blocks for a ISO 15693 tag.
| int com.ugrokit.api.UgiTag.getHfIso15693blockSize | ( | ) |
Get the block size for a ISO 15693 tag.
| int com.ugrokit.api.UgiTag.getHfIso14443Aatqa | ( | ) |
Get the ATQA for a ISO 14443A tag.
| int com.ugrokit.api.UgiTag.getHfIso14443Asak | ( | ) |
Get the SAK for a ISO 14443A tag (note that only the first byte may be valid, depending on tag type)
| int com.ugrokit.api.UgiTag.getHfIso14443AmemorySize | ( | ) |
Get the memory size for a ISO 14443A tag.
| int com.ugrokit.api.UgiTag.getHfTopazAtqa | ( | ) |
Get the ATQA for a Topaz tag.
| int com.ugrokit.api.UgiTag.getHfTopazHr | ( | ) |
Get the HR for a Topaz tag.
| int com.ugrokit.api.UgiTag.getHfFelicaIcCode | ( | ) |
Get the IC Code for a FeliCA tag.
| int com.ugrokit.api.UgiTag.getHfFelicaSystemCode | ( | ) |
Get the System Code for a FeliCA tag.
| UgiTagReadState com.ugrokit.api.UgiTag.getTagReadState | ( | ) |
Get the read state for this tag at this moment in time.
| boolean com.ugrokit.api.UgiTag.isVisible | ( | ) |
Is the tag currently visible?
| UgiInventory com.ugrokit.api.UgiTag.getInventory | ( | ) |
Get the associated inventory object.
| String com.ugrokit.api.UgiTag.toString | ( | ) |
Get a description of the tag, generally for debugging.