|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RfidException | |
com.sap.ip.me.api.pios.rfid | Provides the classes to access RFIDs thru the PIOS infra-structure. |
Uses of RfidException in com.sap.ip.me.api.pios.rfid |
Methods in com.sap.ip.me.api.pios.rfid that throw RfidException | |
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. |
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.programTagID(byte[] newTagID)
Programs a tag with a new TagID. |
abstract void |
RfidConnection.lockTagID(byte[] password)
The lockTagID function locks a tag id so it cannot be changed. |
abstract void |
RfidConnection.resetTagID(RfidTag tag,
byte[] password)
Resets a tag id, making it programmable again. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |