Paxar Gold 6037EX User Manual
Page 158
Advertising

5-4 Programmer’s Manual
C O D E 1 2 8 I N F O
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
Advertising