Uses of Class
com.alien.enterpriseRFID.reader.AlienReaderTimeoutException

Packages that use AlienReaderTimeoutException
com.alien.enterpriseRFID.reader The Reader classes are the primary classes for communicating with a reader either over the network or serial port. 
 

Uses of AlienReaderTimeoutException in com.alien.enterpriseRFID.reader
 

Methods in com.alien.enterpriseRFID.reader that throw AlienReaderTimeoutException
 void AlienClassOEMReader.issueReaderCommand(AlienDLEObject rc)
          Issues a reader command.
 java.lang.String AlienClass01Reader.issueReaderCommand(java.lang.String commandString)
          Issues a string command to the reader, and returns the reader's response.
 byte[] AlienClass01Reader.receiveBytes()
          Receives and entire response message from the reader.
 void AbstractReader.open()
          Opens a connection to the reader.
 java.lang.String AbstractReader.doReaderCommand(java.lang.String command)
          Sends an arbitrary string to the reader, and returns the reader's reply.
 java.lang.String AbstractReader.receiveString(boolean blockForInput)
          Receives string data from the reader.
 java.lang.String AbstractReader.receiveLine()
          Receives a line of string data from the reader.