Warning Older Docs! - You are viewing documentation for a previous released version of RhoMobile Suite.

CompositeAbUccLinkMode Decoder Setting

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;
CompositeAbUccLinkMode Ruby Object Syntax:
By default the Ruby Object 'Scanner' will exist on the current page and can be used to interact directly with the CompositeAbUccLinkMode.
To Set CompositeAbUccLinkMode parameters via Ruby 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.

Name Possible Values Description Default Value
compositeAbUccLinkMode:[Value] See Description Describes the UCC link mode. Possible values: never: Link flag ignored. always: Always linked. auto: Auto-discriminate Device specific

Requirements

RhoElements Version 1.0.0 or above
Supported Devices All supported devices
Minimum Requirements Scanner or Imager module and device that supports CompositeAB.
Persistence Transient - 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">
Back to Top