CipherLab 9400 Series User Manual page 38

Hide thumbs Also See for 9400 Series:
Table of Contents

Advertisement

9400 .NET Programming
GetDecodeType
Purpose
To obtain the code type of the decoded barcode upon pressing the trigger.
Syntax
int GetDecodeType ();
Example for C#
int codeType = 0;
codeType = Reader.ReaderEngineAPI.GetDecodeType();
Example for VB
Dim codeType As Integer
codeType = Reader.ReaderEngineAPI.GetDecodeType()
Return Value
If successful, it returns the code type.
Otherwise, it returns 0.
Remarks
Before another successful decoding, this function is called to obtain the code
type of the current decoded barcode.
30
Guide
Call GetErrorCode() to find the error condition encountered:
-101
E_READER_NOT_INIT
Code Type
0x41
65 (A)
0x42
66 (B)
0x43
67 (C)
0x44
68 (D)
0x45
69 (E)
0x46
70 (F)
0x47
71 (G)
0x48
72 (H)
0x49
73 (I)
0x4A
74 (J)
0x4B
75 (K)
0x4C
76 (L)
0x4D
77 (M)
0x4E
78 (N)
0x4F
79 (O)
0x50
80 (P)
0x51
81 (Q)
0x52
82 (R)
0x53
83 (S)
0x54
84 (T)
0x55
85 (U)
0x56
86 (V)
0x57
87 (W)
Symbology
Code 39
Italian Pharmacode (Code 32)
French Pharmacode (CIP 39)
Industrial 25
Interleaved 25
Matrix 25
Codabar (NW7)
Code 93
Code 128
UPC-E0
UPC-E0 with Addon 2
UPC-E0 with Addon 5
EAN-8
EAN-8 with Addon 2
EAN-8 with Addon 5
EAN-13 (also UPC-A on CCD/Laser scan engine)
EAN-13 with Addon 2
EAN-13 with Addon 5
MSI
Plessey
GS1-128 (EAN-128)
Undefined
Undefined

Advertisement

Table of Contents
loading

Table of Contents