L_AAMVA_SUBFILE_TYPE

Summary

The subfile type.

Syntax

typedef enum 
{ 
   L_AAMVA_SUBFILE_TYPE_JURISDICTION_SPECIFIC =       0, 
   L_AAMVA_SUBFILE_TYPE_DL                    =  1 << 0, 
   L_AAMVA_SUBFILE_TYPE_ID                    =  1 << 1 
} L_AAMVA_SUBFILE_TYPE; 

Members

L_AAMVA_SUBFILE_TYPE_JURISDICTION_SPECIFIC

Jurisdiction specific.

L_AAMVA_SUBFILE_TYPE_DL

Driver's license.

L_AAMVA_SUBFILE_TYPE_ID

ID card.

Comments

Flags can be combined using bitwise OR ( | ).

Usage

Data Types

Functions

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.