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

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

Subclasses of AlienReaderConnectionException in com.alien.enterpriseRFID.reader
 class AlienReaderConnectionRefusedException
           
 

Methods in com.alien.enterpriseRFID.reader that throw AlienReaderConnectionException
 void AlienClassOEMReader.issueReaderCommand(AlienDLEObject rc)
          Issues a reader command.
 int AlienClassOEMReader.getBaudRate()
          Returns the reader's serial communication baud rate.
 int AlienClassOEMReader.resetBaudRate()
          Attempts to set the serial communication baud rate of this reader to 115,200.
 void AlienClassOEMReader.sendString(java.lang.String command)
          Intercepts a command string intended for the OEM reader, and attempts to handle the command using methods from this class.
 java.lang.String AlienClass01Reader.issueReaderCommand(java.lang.String commandString)
          Issues a string command to the reader, and returns the reader's response.
 void AlienClass01Reader.sendString(java.lang.String command)
          Intercepts a command string intended for the RQL-based reader, and attempts to handle the command using methods from this class.
 void AlienClass01Reader.sendBytes(byte[] bytes)
          Sends an arbitrary sequence of bytes to the reader.
 byte[] AlienClass01Reader.receiveBytes()
          Receives and entire response message from the reader.
 void AbstractReader.open()
          Opens a connection to the reader.
 void AbstractReader.test()
          Test opens up a connection to the reader and try to communicate with it.
 java.lang.String AbstractReader.doReaderCommand(java.lang.String command)
          Sends an arbitrary string to the reader, and returns the reader's reply.
 void AbstractReader.sendString(java.lang.String text)
          Sends string data to the reader.