
35
Class Reference
default:
newSymbol = aimSymbol
}
return new decode.data;
4.1.1.19
aimModifier
The
decode.aimModifier
property is a read only property that gives the AIM
(Automatic Identification and Mobility) Modifier determined by the decode engine of the
barcode that was just decoded. More information on AIM Standards can be found at the
Association for Automatic Identification & Mobility web site: http://www.aimglobal.org/
4.1.1.20
decodeOutputFormat
The
decode.decodeOutputFormat
property is a read only property that gives the type
of output the JavaScript should expect.
Value
Definition
0
Raw output – no formatting applied by the decoder
1
Customer formatted data – This is formatting applied from a customer-
supplied .parse file.
2
JSON formatted data – This is data formatted in JavaScript Object Notation
(JSON). Currently, only DL/ID data can be formatted in JSON by the
decoder. For more information about JSON, see JSON.org