Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (16 loc) · 552 Bytes

barcode-scanner.md

File metadata and controls

30 lines (16 loc) · 552 Bytes

Barcode Scanner

Component for using the Barcode Scanner to read a barcode

Properties

Result

Text result of the previous scan.

UseExternalScanner

If true, Makeroid will look for and use an external scanning program such as "Bar Code Scanner."

Events

AfterScan

Parameter Type
result text

Indicates that the scanner has read a (text) result and provides the result

Methods

DoScan

Begins a barcode scan, using the camera. When the scan is complete, the AfterScan event will be raised.