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

Page 105

Advertising
background image

4-64 Programmer’s Manual

> 0

The type of bar code retrieved. The following values
can be returned when you use either library:

DCDE_C39

Code 39 (3 of 9 code)

DCDE_CBAR

Codabar (2 of 7 code)

DCDE_C128

Code 128

DCDE_I2of5

I 2 of 5 (USD-1)

DCDE_UPCA

UPCA

DCDE_UPCE

UPCE

DCDE_EAN8

EAN8

DCDE_EAN13

EAN13

DCDE_UPCA_2

UPCA + 2

DCDE_UPCE_2

UPCE + 2

DCDE_EAN8_2

EAN8 + 2

DCDE_EAN13_2

EAN13 + 2

DCDE_UPCA_5

UPCA + 5

DCDE_UPCE_5

UPCE + 5

DCDE_EAN8_5

EAN8 + 5

DCDE_EAN13_5

EAN13 + 5

DCDE_MSI

MSI

The following values can be returned only when you
use SCAN1223.LIB:

DCDE_DISC2OF5

D 2 of 5

DCDE_IATA2OF5

IATA 2 of 5

DCDE_C93

Code 93

DCDE_EAN128

EAN 128

DCDE_UPCE1

UPCE1

DCDE_UPCE1_2

UPCE1 + 2

DCDE_UPCE1_5

UPCE1 + 5

DCDE_TRIOPTC39

Trioptic Code 39

DCDE_BOOKLANDEAN Bookland EAN
DCDE_COUPONCODE Coupon Code


Example

#include <stdio.h>

#include <conio.h>

#include "mmsultra.h"

Advertising