ProfileConfig.DataCapture.Barcode.DecoderParams.Composite_AB

EMDK For Android 4.0

Holds Composite AB configuration settings.

Example Usage:



Composite_AB compositeAB = profileConfig.dataCapture.barcode.decoderParams.composite_AB;

Public Fields

Gets and Sets UCC Link Mode using ProfileConfig.UCC_LINK_MODE enum;

Example Usage:



compositeAB.ucc_link_mode = UCC_LINK_MODE.DEFAULT;

Type:

com.symbol.emdk.ProfileConfig.UCC_LINK_MODE