Uses of Class
com.sap.ip.me.api.pios.symbology.Symbology

Packages that use Symbology
com.sap.ip.me.api.pios.printer Printer support for the SAP Mobile Infrastructure is offered as part of the Peripheral Input/Output Services.  
com.sap.ip.me.api.pios.scanner Scanner support for the SAP Mobile Infrastructure is offered as part of the Peripheral Input/Output Services.  
com.sap.ip.me.api.pios.symbology Provides the core of the Symbology classes for the PIOS infra-structure.  
 

Uses of Symbology in com.sap.ip.me.api.pios.printer
 

Methods in com.sap.ip.me.api.pios.printer that return Symbology
 Symbology PrinterBarcode.getSymbology()
          Returns the barcode symbology instance for this barcode object.
 

Methods in com.sap.ip.me.api.pios.printer with parameters of type Symbology
abstract  PrinterBarcode PrinterConnection.createBarcode(Symbology symbology, long options)
          Creates a barcode object.
 

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

Methods in com.sap.ip.me.api.pios.scanner that return Symbology
abstract  Symbology ScannerData.getSymbology()
          Returns the symbology object for the scanned data.
 

Methods in com.sap.ip.me.api.pios.scanner with parameters of type Symbology
abstract  void ScannerConnection.addSymbology(Symbology symbology)
          Adds a symbology (and its options/preferences) to be read by the scanner.
 

Constructors in com.sap.ip.me.api.pios.scanner with parameters of type Symbology
ScannerData(Symbology symbology, byte[] data)
          Constructs a new ScannerData object given the symbology and the scanned data in an array of bytes.
 

Uses of Symbology in com.sap.ip.me.api.pios.symbology
 

Subclasses of Symbology in com.sap.ip.me.api.pios.symbology
 class Codabar
          Represents the Codabar Symbology.
 class Code128
          Represents the Code 128 symbology.
 class Code39
          Represents the Code 39 Symbology.
 class EAN13
          Represents the EAN-13 Symbology.
 class EAN8
          Represents the EAN-8 Symbology.
 class Interleaved2Of5
          Represents the Interleaved 2 of 5 Symbology.
 class PDF417
          Represents the PDF417 Symbology.
 class Symbology2D
          Base class for all 2D Symbologies.
 class SymbologyLinear
          Base class for all Linear Symbologies.
 class UCCEAN128
          Represents the UCC/EAN 128 Symbology.
 class UPC_A
          Represents the UPC-A Symbology.
 



Copyright © 2005 SAP AG. All Rights Reserved.