Uses of Class
com.sap.ip.me.api.pios.rfid.RfidTag

Packages that use RfidTag
com.sap.ip.me.api.pios.rfid Provides the classes to access RFIDs thru the PIOS infra-structure. 
 

Uses of RfidTag in com.sap.ip.me.api.pios.rfid
 

Methods in com.sap.ip.me.api.pios.rfid that return RfidTag
abstract  RfidTag RfidTagData.getTag()
          Returns an object containing tag information.
abstract  RfidTag[] RfidConnection.identify()
          Returns all the tags available within the RFID reader area of coverage.
abstract  RfidTag[] RfidConnection.identify(RfidTagType tagType)
          Returns all the tags available within the RFID reader area of coverage that matches the tag type specified.
 

Methods in com.sap.ip.me.api.pios.rfid with parameters of type RfidTag
abstract  RfidTagData RfidConnection.read(RfidTag tag, int startPos, int length)
          Reads bytes from the selected tag.
abstract  void RfidConnection.write(RfidTag tag, int startPos, byte[] data)
          Writes bytes to the selected tag.
abstract  void RfidConnection.resetTagID(RfidTag tag, byte[] password)
          Resets a tag id, making it programmable again.
 



Copyright © 2005 SAP AG. All Rights Reserved.