A C D G H I M R S T W

A

addRFIDListener(RFIDListener) - Method in class rfid.RFIDReader
Add a listener to be notified of RFID events.

C

compareTo(Object) - Method in class rfid.RFIDTag
 

D

DATA_BUFFER_SIZE - Static variable in class rfid.RFIDTag
 

G

getDSFID() - Method in class rfid.RFIDTag
 
getData() - Method in class rfid.RFIDTag
Returns in-memory tag data.
getRFID() - Method in class rfid.RFIDTag
 

H

hello() - Method in class rfid.RFIDReader
Sends a reset to the reader and checks the returned packet to make sure that the reader is hooked up correctly.

I

inventory() - Method in class rfid.RFIDReader
Takes an inventory of all tags within range of the reader.

M

main(String[]) - Static method in class rfid.TestApplication
 

R

RFIDException - exception rfid.RFIDException.
Not sure what exactly this exception will mean...
RFIDException(Exception) - Constructor for class rfid.RFIDException
 
RFIDException(String) - Constructor for class rfid.RFIDException
 
RFIDListener - interface rfid.RFIDListener.
Classes that implement this interface can be notified when RFID tags enter and exit the RFID reader's "field of vision".
RFIDReader - class rfid.RFIDReader.
Interface for an RFID tag reader.
RFIDReader(String) - Constructor for class rfid.RFIDReader
Constructs an RFID reader with the name of a serial port (e.g.
RFIDTag - class rfid.RFIDTag.
Represents a single RFID tag.
readDataFromTag() - Method in class rfid.RFIDTag
Reads data from physical tag
reset() - Method in class rfid.RFIDReader
Resets the reader to its ready state.
rfid - package rfid
 
run() - Method in class rfid.RFIDReader
 

S

setDSFID(int) - Method in class rfid.RFIDTag
Be sure to give this function an integer between 0-255
setData(String) - Method in class rfid.RFIDTag
Sets in-memory tag data.
stopScanner() - Method in class rfid.RFIDReader
Tells the reader to stop polling the reader in a separate thread.

T

TestApplication - class rfid.TestApplication.
Runs a series of diagnostic tests to make sure the OBID reader is installed correctly.
TestApplication() - Constructor for class rfid.TestApplication
 
tagAdded(RFIDTag) - Method in interface rfid.RFIDListener
Invoked when an RFID tag first becomes visible to the reader.
tagAdded(RFIDTag) - Method in class rfid.TestApplication
Invoked when an RFID tag first becomes visible to the reader.
tagRemoved(RFIDTag) - Method in interface rfid.RFIDListener
Invoked when a visible tag is removed from the reader.
tagRemoved(RFIDTag) - Method in class rfid.TestApplication
Invoked when a visible tag is removed from the reader.
toString() - Method in class rfid.RFIDTag
 

W

writeDSFIDToTag() - Method in class rfid.RFIDTag
Sets a physical tag's DSFID number
writeDataToTag() - Method in class rfid.RFIDTag
Writes data to a physical tag.

A C D G H I M R S T W