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

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

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

Methods in com.sap.ip.me.api.pios.rfid that return RfidTagType
abstract  RfidTagType RfidTag.getTagType()
          Returns an RfidTagType object containing the tag type information.
abstract  RfidTagType[] RfidConnection.listTagTypes()
          Returns an RfidTagType array containing the tag types supported by the selected RFID reader.
abstract  RfidTagType RfidConnection.getTagType(java.lang.String typeName)
          Returns an RfidTagType object containing the tag type information for the specified tag type configuration name.
 

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



Copyright © 2005 SAP AG. All Rights Reserved.