ScanAbort

Description

Aborts any outstanding scan requests.

Applies to

BarcodeScanner objects

Syntax

Integer scanner.ScanAbort (  )

Argument

Description

scanner

The scanner object for which you abort a scan

Returns

Integer. Returns 1 for success or one of the following negative values if an error occurs:

Examples

Example 1

The following example aborts the scan operation for the l_scanner bar code scanner:

li_rtn = l_scanner.ScanAbort()

See also