TypeMask

Type: int

Default: 7945 (01111100001001  0x1F09)

A bitwise mask where each bit represents one of the barcode types that dBarScan can attempt to identify and decode.

When a bit is a 1 the corresponding barcode type is included in the scan. If the bit is a 0 the barcode type is not included

The value of TypeMask may be derived by ORing together the hexadecimal codes of the barcode types required.

 

Type

Bit number

hexadecimal

Code 39

0

1

Extended Code 39

1

2

Standard 2 of 5

2

4

Interleaved 2 of 5

3

8

Codabar

4

0x0010

MSI/Plessey

5

0x0020

Code 93

6

0x0040

Extended Code 93

7

0x0080

Code 128

8

0x0100

EAN/UCC 128

9

0x0200

EAN/UCC 14

10

0x0400

1,2EAN-13/JAN-13

11

0x0800

1EAN-8

12

0x1000

1UPC-E

13

0x2000

1UPC-A

14

0x4000

Notes:
1. including 2 and 5 digit supplementaries when dControl2 is true
2. including ISBN, ISSN, ISMN

 

 

More:

Vres