ScannedData  ScannedTimeStamp

Chapter 3: Property Descriptions and Usage

ScannedSymbology

Applies to

BarcodeScanner objects

Description

Specifies the bar code symbology type from the most recent scan after a RetrieveData call.

Usage

The ScannedSymbology property is a read-only integer specifying the decoder ID.

Examples

Example 1

The following example retrieves the type of bar code from a bar code scan:

Integer l_iret, l_id

l_iret = l_scanner.Open()

l_iret = l_scanner.ScanWait( 30 )

l_iret = l_scanner.RetrieveData()

l_id = l_scanner.ScannedSymbology

sl_symbology.text = l_scanner.DecoderName(l_id)





Copyright © 2004. Sybase Inc. All rights reserved. ScannedTimeStamp

View this book as PDF