Api_getbartype – Argox PT-9130 User Manual

Page 192

Advertising
background image

PT-90 Mobile Computer SDK Programming Manual 185

API_GetBarType

To Get the barcode type.

UINT API_GetBarType

{

}

Parameters

None

Returned Values

Always return zero

Remarks

value

Barcode

value

Barcode

BC_CODE11(100)

Code 11

BC_UK_PLESSEY(111) UK Plessey

BC_CODE39(101)

Code 39

BC_TELEPEN(112)

Telepen

BC_CODE93(102)

Code 93

BC_UPCA(113)

UPCA

BC_CODE128(103)

Code 128

BC_UPCE(114)

UPCE

BC_CODABAR(104)

Codabar

BC_MATRIX_25(115)

Matrix 25

BC_EAN8(105)

EAN8

BC_IATA_25(125)

IATA2 of 5

BC_EAN13(106)

EAN13

BC_TRIOPTIC(126)

TRI-OPTIC

BC_INDUSTRIAL_25(107)

Industrial 2 of 5

BC_RSS(127)

RSS

BC_INTERLEAVED_25(108) Interleaved 2 of 5 BC_UCCEAN128(128)

UCC/EAN 128

BC_MSI_PLESSEY(110)

MSI Plessey

Example

uiType = API_GetBarType();

Requirements

OS Versions: Windows CE 6.0 or beyond.

Header: scanapiax.h

Link Library: scanapiax.lib

Link DLL: scanapiax.dll
Device: PT90

Advertising