AAMVADATAELEMENT

typedef struct _AAMVADATAELEMENT 
{ 
   L_UINT uStructSize; 
   L_CHAR ElementID[3]; 
   L_CHAR* Value; 
   L_UINT Length; 
} AAMVADATAELEMENT; 

This structure contains all information encoded in an AAMVA CDS data element.

Members

uStructSize

Size of AAMVADATAELEMENT structure, in bytes, for versioning. Use the sizeof operator to calculate this value.

ElementID

The three characters ID of the data element as defined in the AAMVA CDS. Eg. "DAA"

Value

The value of the data element.

Length

The length of the data element's value, in bytes.

Comments

NOTE: ElementID can change between versions of the AAMVA CDS.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Barcode C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.