CompositeAbUccLinkMode Decoder Setting

RhoElements 2.x API

Overview

The CompositeAbUccLinkMode Decoder Setting describes whether the UCC link mode is enabled.

Syntax

compositeAbUccLinkMode (Decoder Setting) <META> Syntax

<META HTTP-Equiv="scanner" content="compositeAbUccLinkMode:[parameter]">

compositeAbUccLinkMode JavaScript Object Syntax:
By default the JavaScript Object 'scanner' will exist on the current page and can be used to interact directly with the compositeAbUccLinkMode.
To Set compositeAbUccLinkMode parameters via JavaScript use the following syntax: scanner.Parameter = Value;

e.g. scanner.compositeAbUccLinkMode = Value;

Parameters

Items listed in this section indicate parameters, or attributes which can be set.

NamePossible ValuesDescriptionDefault Value
compositeAbUccLinkMode:[Value] See DescriptionDescribes the UCC link mode. Possible values: never: Link flag ignored. always: Always linked. auto: Auto-discriminate Device specific

Requirements

RhoElements Version1.0.0 or above
Supported DevicesAll supported devices
Minimum RequirementsScanner or Imager module and device that supports CompositeAB.
PersistenceTransient - Decoder settings are only guaranteed to persist until the Scanner is disabled

HTML/JavaScript Examples

The following example enables the scanner to read barcodes with the compositeAbUccLinkMode property set

<META HTTP-Equiv="scanner" Content="compositeAb:enabled">
<META HTTP-Equiv="scanner" Content="compositeAbUccLinkMode:always">
<META HTTP-Equiv="scanner" Content="enabled">