Holds Barcode configuration settings
Example Usage:
Barcode barcode = profileConfig.dataCapture.barcode;
Public Fields
scanner_input_enabled
Gets and Sets scanner enabled state ProfileConfig.ENABLED_STATE.
Example Usage:
barcode.scanner_input_enabled = ENABLED_STATE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.ENABLED_STATE
scannerSelection
Gets and Sets scanner selection ProfileConfig.DEVICETYPES.
Example Usage:
barcode.scannerSelection = DEVICETYPES.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.DEVICETYPES
decoders
Gets and Sets Decoders configuration object ProfileConfig.DataCapture.Barcode.decoders.
Example Usage:
barcode.decoders.codabar = ENABLED_STATE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.DataCapture.Barcode.Decoders
decoderParams
Gets and Sets DecoderParams configuration object ProfileConfig.DataCapture.Barcode.decoderParams.
Example Usage:
barcode.decoderParams.upca.preamble = PREAMBLE.SYS_CHAR;
Type:
com.symbol.emdk.ProfileConfig.DataCapture.Barcode.DecoderParams
readerParams
Gets and Sets ReaderParams configuration object ProfileConfig.DataCapture.Barcode.readerParams.
Example Usage:
barcode.readerParams.illumination_mode = ILLUMINATION_MODE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.DataCapture.Barcode.ReaderParams
scanParams
Gets and Sets ScanParams configuration object ProfileConfig.DataCapture.Barcode.scanParams.
Example Usage:
barcode.ScanParams.decode_haptic_feedback = ENABLED_STATE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.DataCapture.Barcode.ScanParams
upcEanParams
Gets and Sets UpcEanParams configuration object ProfileConfig.DataCapture.Barcode.upcEanParams.
Example Usage:
barcode.upcEanParams.linear_decode = ENABLED_STATE.DEFAULT;
Type:
com.symbol.emdk.ProfileConfig.DataCapture.Barcode.UpcEanParams