L_AAMVA_VALID_CHARACTERS

Summary

The valid characters for the AAMVADATAELEMENT.Value.

Syntax

typedef enum 
{ 
   L_AAMVA_VALID_CHARACTERS_ALPHA   =            1 << 0, 
   L_AAMVA_VALID_CHARACTERS_NUMERIC =            1 << 1, 
   L_AAMVA_VALID_CHARACTERS_SPECIAL =            1 << 2 
} L_AAMVA_VALID_CHARACTERS; 

Members

L_AAMVA_VALID_CHARACTERS_ALPHA

Alphabetical characters.

L_AAMVA_VALID_CHARACTERS_NUMERIC

Numeric characters.

L_AAMVA_VALID_CHARACTERS_SPECIAL

Special characters.

Comments

Flags can be combined using bitwise OR ( | ).

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

LEADTOOLS Barcode C API Help

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