![]() |
EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure represents the first track of an identification card. More...
#include <scriptel-easyscript.h>
Data Fields | |
| char * | state |
| char * | city |
| char * | last_name |
| char * | first_name |
| char * | middle_name |
| char * | address |
| char * | discretionary_data |
This structure represents the first track of an identification card.
| char* address |
Cardholder's address.
| char* city |
Cardholder's city of residence.
| char* discretionary_data |
Discretionary data added by card issuer.
| char* first_name |
Cardholder's first name.
| char* last_name |
Cardholder's last name.
| char* middle_name |
Cardholder's middle name.
| char* state |
Two character state of residence of card holder.