EasyScript C API  3.5.29
Platform Independent C Library for EasyScript ScripTouch Devices
scriptel_cardswipe Struct Reference

This structure represents a parsed card swipe. More...

#include <scriptel-easyscript.h>

Collaboration diagram for scriptel_cardswipe:

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_cardfinancial_card
 Financial card information if the card was able to be parsed, null otherwise. More...
 
scriptel_identification_cardidentification_card
 Identification card information if the card was able to be parsed, null otherwise. More...
 

Detailed Description

This structure represents a parsed card swipe.

Field Documentation

◆ card_data

char* card_data

Raw captured card data.

◆ financial_card

scriptel_financial_card* financial_card

Financial card information if the card was able to be parsed, null otherwise.

◆ identification_card

scriptel_identification_card* identification_card

Identification card information if the card was able to be parsed, null otherwise.

◆ protocol_version

char* protocol_version

Protocol version that generated this card swipe.

◆ type

this will be set to CBT_CARD_DATA


The documentation for this struct was generated from the following file: