EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure represents track three of an identification card. More...
#include <scriptel-easyscript.h>
Data Fields | |
int | cds_version |
int | jurisdiction_version |
char * | zip_code |
char * | license_class |
char * | restrictions |
char * | endorsements |
char * | sex |
char * | height |
char * | weight |
char * | hair_color |
char * | eye_color |
This structure represents track three of an identification card.
int cds_version |
The CDS version of this card.
char* endorsements |
Endorsements for the card holder.
char* eye_color |
Eye color of the card holder.
char* hair_color |
Hair color of the card holder.
char* height |
Height of the card holder.
int jurisdiction_version |
The jurisidiction version of this card.
char* license_class |
The license class of the card holder.
char* restrictions |
Restrictions on the card holder.
char* sex |
Gender of the card holder.
char* weight |
Weight of the card holder.
char* zip_code |
The zip code of the card holder.