EasyScript C API
3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
|
This structure represents a parsed card swipe. More...
#include <scriptel-easyscript.h>
Data Fields | |
callback_type | type |
this will be set to CBT_CARD_DATA More... | |
char * | protocol_version |
Protocol version that generated this card swipe. More... | |
char * | card_data |
Raw captured card data. More... | |
scriptel_financial_card * | financial_card |
Financial card information if the card was able to be parsed, null otherwise. More... | |
scriptel_identification_card * | identification_card |
Identification card information if the card was able to be parsed, null otherwise. More... | |
This structure represents a parsed card swipe.
char* card_data |
Raw captured card data.
scriptel_financial_card* financial_card |
Financial card information if the card was able to be parsed, null otherwise.
scriptel_identification_card* identification_card |
Identification card information if the card was able to be parsed, null otherwise.
char* protocol_version |
Protocol version that generated this card swipe.
callback_type type |
this will be set to CBT_CARD_DATA