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

Packages that use InvalidSymbologyException
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.symbology Provides the core of the Symbology classes for the PIOS infra-structure.  
 

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

Methods in com.sap.ip.me.api.pios.printer that throw InvalidSymbologyException
abstract  PrinterBarcode PrinterConnection.createBarcode(Symbology symbology, long options)
          Creates a barcode object.
 

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

Methods in com.sap.ip.me.api.pios.symbology that throw InvalidSymbologyException
 void UPC_A.setOptions(long options)
          Sets the configured options for the symbology.
 void UCCEAN128.setOptions(long options)
          Sets the configured options for the symbology.
protected  void Symbology.validateOptions(long options)
          Validates the received options against the valid options of this symbology.
abstract  void Symbology.setOptions(long options)
          Sets the configured options for the symbology.
 void PDF417.setOptions(long options)
          Sets the configured options for the symbology.
 void Interleaved2Of5.setOptions(long options)
          Sets the configured options for the symbology.
 void EAN8.setOptions(long options)
          Sets the configured options for the symbology.
 void EAN13.setOptions(long options)
          Sets the configured options for the symbology.
 void Code39.setOptions(long options)
          Sets the configured options for the symbology.
 void Code128.setOptions(long options)
          Sets the configured options for the symbology.
 void Codabar.setOptions(long options)
          Sets the configured options for the symbology.
 

Constructors in com.sap.ip.me.api.pios.symbology that throw InvalidSymbologyException
UPC_A(long options)
          Constructs a new UPC_A object with the symbology options provided.
UCCEAN128(long options)
          Constructs a new UCCEAN128 object with the symbology options provided.
PDF417(long options)
          Constructs a new PDF417 object with the symbology options provided.
Interleaved2Of5(long options)
          Constructs a new Interleaved2Of5 object with the symbology options provided.
EAN8(long options)
          Constructs a new EAN8 object with the symbology options provided.
EAN13(long options)
          Constructs a new EAN13 object with the symbology options provided.
Code39(long options)
          Constructs a new Code39 object with the symbology options provided.
Code128(long options)
          Constructs a new Code128 object with the symbology options provided.
Codabar(long options)
          Constructs a new Codabar object with the symbology options provided.
 



Copyright © 2005 SAP AG. All Rights Reserved.