ProfileConfig.DataCapture.Barcode.DecoderParams.USPostnet

EMDK For Android 5.0

Holds US Postnet configuration settings.

Example Usage:


USPostnet usPostnet = profileConfig.dataCapture.barcode.decoderParams.usPostnet;

Public Fields

report_check_digit

Transmit USPostnet data with or without the check digit. (default - disabled). Use enum ProfileConfig.ENABLED_STATE.

Example Usage:


usPostnet.report_check_digit = ENABLED_STATE.DEFAULT;

Type:

com.symbol.emdk.ProfileConfig.ENABLED_STATE