Uses of Class
com.sap.ip.me.api.pios.scanner.ScannerException

Packages that use ScannerException
com.sap.ip.me.api.pios.scanner Scanner support for the SAP Mobile Infrastructure is offered as part of the Peripheral Input/Output Services.  
 

Uses of ScannerException in com.sap.ip.me.api.pios.scanner
 

Methods in com.sap.ip.me.api.pios.scanner with parameters of type ScannerException
 void ScannerListener.onError(ScannerException ex)
          Invoked whenever the reader encountered an error while performing a read operation.
 

Methods in com.sap.ip.me.api.pios.scanner that throw ScannerException
abstract  void ScannerConnection.setEventListener(ScannerListener listener)
          Sets an event listener for the scanner.
abstract  void ScannerConnection.setSoftTrigger(boolean enabled)
          Sets the scan engine laser beam to an On/Off position.
abstract  void ScannerConnection.startRead()
          Enables the scanner to read barcodes.
abstract  void ScannerConnection.endRead()
          Cancels a previous StartRead request.
abstract  void ScannerConnection.addSymbology(Symbology symbology)
          Adds a symbology (and its options/preferences) to be read by the scanner.
abstract  void ScannerConnection.removeSymbology(int symbologyType)
          Removes a symbology type from the list of symbologies to be read by the scanner.
abstract  java.util.Enumeration ScannerConnection.getSymbologies()
          Returns an enumeration of the symbologies added.
abstract  byte[] ScannerConnection.getPreamble()
          Returns the scanner preamble.
abstract  byte[] ScannerConnection.getPostamble()
          Returns the scanner postamble.
abstract  void ScannerConnection.setPreamble(byte[] preamble)
          Sets the scanner preamble.
abstract  void ScannerConnection.setPostamble(byte[] postamble)
          Sets the scanner postamble.
abstract  long ScannerConnection.getOptions()
          Returns the scanner options mask.
abstract  void ScannerConnection.setOptions(long options)
          Sets the scanner options mask.
 



Copyright © 2005 SAP AG. All Rights Reserved.