Android Barcode Support Library

Typemodule
Dictionaryandroid.barcodesupport
LibraryAndroid Barcode Support Library
Associationscom.livecode.library.native.android.barcodesupport
Summary

Android barcode support module.

OSandroid
Description

Provides internal handlers used by the Android barcode library and scanning widget.

Note: This module is for internal use.

TypeNameSummarySyntax
handlerLibBarcodeSupportBarcodeFormatFromString

Converts a barcode format string to it's integer representation.

LibBarcodeSupportBarcodeFormatFromString(<pFormatString>)

- - -LibBarcodeSupportBarcodeFormatToString

Converts a barcode format integer to a readable string.

LibBarcodeSupportBarcodeFormatToString(<pFormat>)

- - -LibBarcodeSupportFormatBarcodeAsArray

Formats a barcode object into an array.

LibBarcodeSupportFormatBarcodeAsArray(<pBarcode>)

- - -LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot

Formats a barcode object into an array, including a snapshot of the barcode.

LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot(<pBarcode>,<pSnapshot>,<pClipSnapshot>,<pSnapshotScaleX>,<pSnapshotScaleY>)

moduleAndroid Barcode Support Library

Android barcode support module.

LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot(<pBarcode>,<pSnapshot>,<pClipSnapshot>,<pSnapshotScaleX>,<pSnapshotScaleY>)