RFIO.LastBarcodeType
RFIO.LastInputType

short LastBarcodeType()
short LastInputType()

Function LastBarcodeType() As Integer
Get the barcode type of the last barcode input.

Function LastInputType() As Integer
Get the type of the last input.

Return value

LastInputType
Constant Description
WLCOMMANDTYPE A function key was pressed.
"1"=F1, "9"=F9, "10"=F0.
"21"=Up Arrow
"22"=Left Arrow
"23"=Right Arrow
"24"=Down Arrow
27=CLR (RFInput)
WLKEYTYPE A keyboard input was done.
27=CLR (GetEvent)
WLSCANTYPE  A barcode scanner input was done.
WLCOMTYPE An input by serial port was done.

 

LastBarcodeType
Constant Description
CODE_39 a code 39 barcode type was read.
UPC_A a UPC A barcode type was read.
UPC_E0 a UPC E 0 barcode type was read.
UPC_E1 a UPC E 1 barcode type was read.
EAN_13 a EAN 13x barcode type was read.
EAN_8 a EAN 8 barcode type was read.
CODE_D25 a discrete 2/5 barcode type was read.
CODE_I25 a interleaved 2/5 barcode type was read.
CODABAR  a codabar barcode type was read.
CODE_128 a code 128 barcode type was read.
CODE_93 a code 93 barcode type was read.
CODE_11 a code 11 barcode type was read.
MSI a code MSI barcode type was read.
PDF_417 a PDF 417 barcode type was read.
D25_IATA a discrete 2/5 IATA barcode type was read.
UCC_128 a UCC 128 barcode type was read.

Parameters

Remarks
These functions allow the access to system variables that are set by the RFInput, GetEvent and TellEvent functions.

Example

See also    RFIO, RFInput, GetEvent, TellEvent