ScBarcode.h File Reference
Go to the source code of this file.
Typedefs | |
typedef struct ScOpaqueBarcode | ScBarcode |
Functions | |
char const * | sc_symbology_to_string (ScSymbology symbology) |
ScSymbology | sc_symbology_from_string (char const *symbology_string) |
Variables | |
SC_EXTERN ScSymbology const | SC_ALL_SYMBOLOGIES [] |
SC_EXTERN uint16_t const | SC_ALL_SYMBOLOGIES_COUNT |
Detailed Description
Functions for retrieving barcode information.
- Copyright
- Copyright (c) 2015 Scandit AG. All rights reserved.
Enumeration Type Documentation
enum ScSymbology |
Enumeration of all supported 1d and 2d barcode symbologies.
- Since
- 4.6.0
enum ScCompositeFlag |
Flags to hint that two codes form a composite code.
- Since
- 4.14.0
Function Documentation
char const* sc_symbology_to_string | ( | ScSymbology | symbology | ) |
Helper function to convert the symbology enum to a string.
- Parameters
-
symbology symbology id
- Returns
- pointer to a constant character array.
- Since
- 4.6.0
ScSymbology sc_symbology_from_string | ( | char const * | symbology_string | ) |
Helper function to convert a symbology string to its corresponding symbology enum.
- Parameters
-
symbology_string string with symbology name
- Returns
- the enum value for the given symbology string
- Since
- 5.5.0
Variable Documentation
SC_EXTERN ScSymbology const SC_ALL_SYMBOLOGIES[] |
Array holding all symbologies supported by the scandit barcode scanner.
The array has a total number of SC_ALL_SYMBOLOGIES_COUNT elements.