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

Packages that use AlienReaderCommandErrorException
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 AlienReaderCommandErrorException in com.alien.enterpriseRFID.reader
 

Methods in com.alien.enterpriseRFID.reader that throw AlienReaderCommandErrorException
 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.
 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.