Scanning Functions 4-19
D2of5
Description
Sets the scanner configuration values for D2of5 bar code.
Syntax
public bool Enable;
public bool FixedLength;
public int Length1;
public int Length2;
Field Description
Enable
Enables/disables the ability to scan D2of5 bar codes.
Default: FALSE
FixedLength
If FixedLength is TRUE, lengths 1 and 2 are fixed; if
FixedLength is FALSE, length 1 is the minimum and
length 2 is the maximum. Default: TRUE
Length1
Length2
Specifies lengths (including start and stop characters)
for D2of5 bar codes.
Length 1: 0, 2-99, Default: 12
Length 2: 0, 2-99, Default: 0
Return Values
None