Acquires an array of AAMVADATAELEMENTINFO structures for all defined data elements in the given AAMVA CDS version.
#include "ltbar.h"
L_LTBAR_API L_INT L_BarCodeGetAAMVADataElementInfo(version, values)
The version of the AAMVA CDS from which data element info will be acquired. Data Element definitions can change across versions of the AAMVA CDS.
Array of AAMVADATAELEMENTINFO that will be allocated and filled. The length of the array will be equal to AAMVA_DEFINED_DATA_ELEMENTS_COUNT.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Used to get data element friendly names, definitions, max lengths, and character restrictions.
Win32, x64, Linux.
For an example, refer to L_BarCodeParseAAMVAData