Korean3of5redundancy Decoder Setting

RhoElements 2.x API

Overview

The Korean3of5redundancy Decoder Setting is used to set the korean3of5redundancy property.

Syntax

korean3of5redundancy (Decoder Setting) <META> Syntax

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

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

e.g. scanner.korean3of5redundancy = Value;

Parameters

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

NamePossible ValuesDescriptionDefault Value
korean3of5redundancy:[Value] true / falseIf true, the barcode must be decoded twice before being accepted. Note this flag is only considered if linearSecurityLevel:redundancyAndLength is setDevice specific

Requirements

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

HTML/JavaScript Examples

The following example enables the scanner and sets korean3of5redundancy property

<META HTTP-Equiv="scanner" Content="korean3of5:enabled">
<META HTTP-Equiv="scanner" Content="korean3of5redundancy:true">
<META HTTP-Equiv="scanner" Content="enabled">