Avery Dennison 6035 Programmer Manual Rev.CA 6/01 User Manual

Page 163

Advertising
background image

5-4 Programmer’s Manual

C O D E 1 2 8 I N F O

SCAN1223.LIB only. The CODE128INFO data structure
contains 1223 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