|
Kofax Mobile SDK API Reference
|
Go to the source code of this file.
Classes | |
| class | kfxKEDBarcodeResult |
| A single barcode found data item. More... | |
Typedefs | |
| typedef enum barcode | KEDBarcodeTypes |
| Barcode enum to define barcode types to find, or those found. More... | |
| typedef enum kedBarcodedirections | KEDBarcodeDirections |
| Direction enum to define the search direction used to find the barcode. More... | |
| typedef enum dataFormat | KEDBarcodeDataFormats |
| Data format enum to define the type of data encoding used for the value found. More... | |
Enumerations | |
| enum | barcode { BARCODE_UNKNOWN = 0, BARCODE_PDF417, BARCODE_CODE39, BARCODE_QR, BARCODE_DATAMATRIX, BARCODE_CODE128, BARCODE_CODE25, BARCODE_EAN, BARCODE_UPC, BARCODE_CODABAR, BARCODE_AZTEC, BARCODE_CODE93, BARCODE_POSTNET, BARCODE_ALL, BARCODE_END_OF_VALID_SETTINGS } |
| Barcode enum to define barcode types to find, or those found. More... | |
| enum | kedBarcodedirections { DIRECTION_UNKNOWN = 0, DIRECTION_LEFT_RIGHT, DIRECTION_TOP_DOWN, DIRECTION_RIGHT_LEFT, DIRECTION_BOTTOM_UP, DIRECTION_END_OF_VALID_SETTINGS } |
| Direction enum to define the search direction used to find the barcode. More... | |
| enum | dataFormat { FORMAT_UNKNOWN = 0, FORMAT_ASCII, FORMAT_BASE_64, FORMAT_END_OF_VALID_SETTINGS } |
| Data format enum to define the type of data encoding used for the value found. More... | |
| typedef enum dataFormat KEDBarcodeDataFormats |
Data format enum to define the type of data encoding used for the value found.
| typedef enum kedBarcodedirections KEDBarcodeDirections |
Direction enum to define the search direction used to find the barcode.
| typedef enum barcode KEDBarcodeTypes |
Barcode enum to define barcode types to find, or those found.
| enum barcode |
Barcode enum to define barcode types to find, or those found.
| enum dataFormat |
| enum kedBarcodedirections |