Uses of Class
org.fosstrak.hal.HardwareException

Packages that use HardwareException
org.fosstrak.hal   
 

Uses of HardwareException in org.fosstrak.hal
 

Subclasses of HardwareException in org.fosstrak.hal
 class OutOfBoundsException
          This exception is thrown if the called method is not supported by the current hardware abstraction implementation.
 class ReadPointNotFoundException
          This exception is thrown if the called method is not supported by the current hardware abstraction implementation.
 class UnsupportedOperationException
          This exception is thrown if the called method is not supported by the current hardware abstraction implementation.
 

Methods in org.fosstrak.hal that throw HardwareException
 void HardwareAbstraction.addAsynchronousIdentifyListener(AsynchronousIdentifyListener listener)
          Adds an asynchronous identify listener.
 java.lang.String[] HardwareAbstraction.getAllParameterNames()
          Gets the names of the supported parameters.
 java.lang.String HardwareAbstraction.getParameter(java.lang.String param)
          Gets the value of a given parameter.
 int HardwareAbstraction.getReadPointNoiseLevel(java.lang.String readPointName, boolean normalize)
          Returns the current noise level observed at a certain read point.
 int HardwareAbstraction.getReadPointPowerLevel(java.lang.String readPointName, boolean normalize)
          Returns the current transmit power level of a certain read point.
 Observation[] HardwareAbstraction.identify(java.lang.String[] readPointNames)
          Identifies the tags in a reader's field.
 boolean HardwareAbstraction.isAsynchronousIdentifyRunning()
          Checks whether asynchronous identify is running.
 boolean HardwareAbstraction.isReadPointReady(java.lang.String readPointName)
          Checks whether a read point is ready (i.e. it has been started up).
 void HardwareAbstraction.kill(java.lang.String readPointName, java.lang.String id, java.lang.String[] passwords)
          Kills the specified tag, if in range.
 UnsignedByteArray HardwareAbstraction.readBytes(java.lang.String readPointName, java.lang.String id, int memoryBank, int offset, int length, java.lang.String[] passwords)
          Reads data from a specified tag, if in range.
 void HardwareAbstraction.removeAsynchronousIdentifyListener(AsynchronousIdentifyListener listener)
          removes an asynchronous identify listener.
 void HardwareAbstraction.reset()
          Resets the reader.
 void HardwareAbstraction.setParameter(java.lang.String param, java.lang.String value)
          Sets a given parameter.
 void HardwareAbstraction.shutDownReadPoint(java.lang.String readPointName)
          Shuts down a read point.
 void HardwareAbstraction.startAsynchronousIdentify(java.lang.String[] readPointNames, Trigger trigger)
          Identifies the tags in a reader's field in a continuous way that operates asynchronously.
 void HardwareAbstraction.startUpReadPoint(java.lang.String readPointName)
          Starts up a read point.
 void HardwareAbstraction.stopAsynchronousIdentify()
          Stops the asynchronous identification for a specific listener.
 void HardwareAbstraction.writeBytes(java.lang.String readPointName, java.lang.String id, int memoryBank, int offset, UnsignedByteArray data, java.lang.String[] passwords)
          Writes data to a specific tag, if in range.
 void HardwareAbstraction.writeId(java.lang.String readPointName, java.lang.String id, java.lang.String[] passwords)
          Writes the given ID onto a tag.
 



Copyright © 2008. All Rights Reserved.