Data Structure Reference 5-5
C O D E 3 9 I N F O
The CODE39INFO data structure contains scanner configuration
information about Code 39 bar codes. To read these values,
applications call scnGetCode39Info; to set these values, they
call scnSetCode39Info.
typedef struct _Code39Info
{
unsigned char uchEnable;
unsigned char uchEnableTrioptic;
unsigned char uchCvtC39toC32;
unsigned char uchEnableC32Prefix;
unsigned char uchLength1;
unsigned char uchLength2;
unsigned char uchVerifyCheckDigit;
unsigned char uchXmitCheckDigit;
unsigned char uchEnableFullASCII;
} CODE39INFO;
Field Description
uchEnable
Enable/disable the ability to scan Code 39
bar codes.
Default:
SCN_ENABLE
uchEnableTrioptic
Enable/disable the ability to scan Trioptic
Code 39 bar codes. Do not enable
uchEnableTrioptic
and
uchEnableFullASCII
at the same time.
Default:
SCN_DISABLE
uchCvtC39toC32
Enable/disable the ability to convert Code
39 bar codes to Code 32 bar codes. You
must enable
uchEnable
when enabling this
parameter.
Default:
SCN_DISABLE
Содержание Gold 6037EX
Страница 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Страница 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Страница 10: ...viii Table of Contents ...
Страница 30: ...2 16 Programmer s Manual ...
Страница 36: ...3 6 Programmer s Manual ...
Страница 154: ...4 118 Programmer s Manual ...
Страница 228: ...14 Index ...
Страница 229: ......
Страница 230: ......