ScParser.h File Reference
Go to the source code of this file.
Typedefs | |
| typedef struct ScOpaqueParser | ScParser |
Enumerations | |
| enum | ScParserType { SC_PARSER_TYPE_GS1_AI = 1 , SC_PARSER_TYPE_HIBC = 2 , SC_PARSER_TYPE_DLID = 3 , SC_PARSER_TYPE_MRTD = 4 , SC_PARSER_TYPE_SWISSQR = 5 , SC_PARSER_TYPE_VIN = 6 , SC_PARSER_TYPE_US_USID = 7 } |
Detailed Description
Main interface of the Scandit Parsing Library.
- Copyright
- Copyright (c) 2016 Scandit AG. All rights reserved.
Typedef Documentation
◆ ScParser
| typedef struct ScOpaqueParser ScParser |
Enumeration Type Documentation
◆ ScParserType
| enum ScParserType |
Parser type flag.
| Enumerator | |
|---|---|
| SC_PARSER_TYPE_GS1_AI | GS1 General Specifications standard, see http://www.gs1.org/. |
| SC_PARSER_TYPE_HIBC | Health Industry Bar Code, see http://www.hibcc.org/. |
| SC_PARSER_TYPE_DLID | DriverLicensing & Identification code, see http://www.aamva.org/. |
| SC_PARSER_TYPE_MRTD | Machine Readable Travel Documents, see https://www.icao.int. |
| SC_PARSER_TYPE_SWISSQR | Swiss QR codes. |
| SC_PARSER_TYPE_VIN | Vehicle Identification Number. |
| SC_PARSER_TYPE_US_USID | US Services ID, see https://www.cac.mil/. |