org.fosstrak.hal.transponder
Class InventoryItem

java.lang.Object
  extended by org.fosstrak.hal.transponder.InventoryItem

public class InventoryItem
extends java.lang.Object


Field Summary
 byte dsfid
          Data storage familiy identifier.
 EPCTransponderModel epcTransponderModel
          EPC transponder model.
 java.lang.String id
          Hexadecimal representation of the tag ID (UID,EPC,IDD)
 java.lang.String readPoint
          Readpoint the tag was read.
 RFTechnology rfTechnology
           
 TransponderSystemInformationISO systemInformation
          System information for ISO15693 transponders.
 byte[] tid
          EPC TID of the tag
 TransponderType transponderType
           
 
Constructor Summary
InventoryItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transponderType

public TransponderType transponderType

rfTechnology

public RFTechnology rfTechnology

dsfid

public byte dsfid
Data storage familiy identifier. This is only valid for ISO15693 tags.


systemInformation

public TransponderSystemInformationISO systemInformation
System information for ISO15693 transponders.


tid

public byte[] tid
EPC TID of the tag


epcTransponderModel

public EPCTransponderModel epcTransponderModel
EPC transponder model. This is only valid for epc tags.


id

public java.lang.String id
Hexadecimal representation of the tag ID (UID,EPC,IDD)


readPoint

public java.lang.String readPoint
Readpoint the tag was read.

Constructor Detail

InventoryItem

public InventoryItem()


Copyright © 2008. All Rights Reserved.