ScanTrigger

This command turns on the laser scanner for a subset of Intermec and Zebra (Motorola) handheld devices for Window CE.

On Android and iOS devices, this extension will also scan barcodes if the device uses a camera which supports scanning of barcodes.

See also the device extension "ScanEnable".

 

Android or iOS devices.

Group: Device Extensions

Syntax: Device.ScanTrigger( nTimeout)

nTimeout     (Long) is the timeout period in milliseconds. The default is 10,000 milliseconds (10 seconds).

Example:

Device.ScanTrigger(10000)