Android Barcode Support Library | |
Type | module |
Dictionary | android.barcodesupport |
Library | Android Barcode Support Library |
Associations | com.livecode.library.native.android.barcodesupport |
Summary | Android barcode support module. |
OS | android |
Description | Provides internal handlers used by the Android barcode library and scanning widget.
|
Type | Name | Summary | Syntax |
---|---|---|---|
handler | LibBarcodeSupportBarcodeFormatFromString | 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>) |
module | Android Barcode Support Library | Android barcode support module. | LibBarcodeSupportFormatBarcodeAsArrayExtractingSnapshot(<pBarcode>,<pSnapshot>,<pClipSnapshot>,<pSnapshotScaleX>,<pSnapshotScaleY>) |