A SERVICE OF

logo

5-4 Programmer’s Manual
CODE128INFO
The CODE128INFO data structure contains scanner
configuration information about Code 128 bar codes. To read
these values, applications call scnGetCode128Info; to set these
values, they call scnSetCode128Info.
typedef struct _Code128Info
{
unsigned char uchEnableUSS128;
unsigned char uchEnableUCCEAN128;
unsigned char uchEnableISBT128;
} CODE128INFO;
Field Description
uchEnableUSS128 Enable/disable the ability to scan Code
128 bar codes.
Default: SCN_ENABLE
uchEnableUCCEAN128 Enable/disable the ability to scan
UCC/EAN-128 bar codes.
Default: SCN_ENABLE
uchEnableISBT128 Enable/disable the ability to scan ISBT
128 bar codes.
Default: SCN_ENABLE