Uses of Class
com.honeywell.decodemanager.barcode.SymbologyConfig

Packages that use SymbologyConfig
com.honeywell.decodemanager   
com.honeywell.decodemanager.barcode   
 

Uses of SymbologyConfig in com.honeywell.decodemanager
 

Methods in com.honeywell.decodemanager with parameters of type SymbologyConfig
 int DecodeManager.getSymbologyConfig(SymbologyConfig symConfig, boolean defaultValues)
          This method is used to read the configuration options for a given symbology.
 int DecodeManager.setSymbologyConfig(SymbologyConfig symConfg)
          This function is used to configure the options for a given symbology.
 

Uses of SymbologyConfig in com.honeywell.decodemanager.barcode
 

Methods in com.honeywell.decodemanager.barcode with parameters of type SymbologyConfig
 int Decoder.getSymbologyConfig(SymbologyConfig symConfig, boolean DefaultValues)
           
 int Decoder.setSymbologyConfig(SymbologyConfig symConfig)