Package com.alien.enterpriseRFID.tags

Tags play a very important part in the RFID reader and tag system.

See:
          Description

Interface Summary
TagTableListener TagTableListener is an interface to be implemented by all objects that want to receive notifications from from a TagTable when its underlying tag list changes.
 

Class Summary
Tag Tag object represents information about a single Tag.
TagTable TagTable stores tags as they appear and removes out of date tags.
TagUtil TagUtils provides utility methods for parsing XML- and text-based taglists from the reader into Tags and arrays of Tags.
 

Package com.alien.enterpriseRFID.tags Description

Tags play a very important part in the RFID reader and tag system. For this reason there is a single class devoted to storing and manipulating tag information: the Tag class. More classes are provided that help the developer work with tag data. These additional classes are TagTable and TagUtil.

Related Documentation