TIM SDK
TIM API C
features.h File Reference

Description

Terminal Features.

Data Structures

struct  ta_s_features_hardware
 Hardware features supported by terminal. More...
 
struct  ta_s_features_payment
 Payment features supported by terminal. More...
 
struct  ta_s_features_sixml
 SIXml features supported by terminal. More...
 
struct  ta_s_features
 Features supported by terminal. More...
 

Typedefs

typedef struct ta_s_features_hardware ta_s_features_hardware_t
 Hardware features supported by terminal.
 
typedef enum ta_e_age_check_support ta_e_age_check_support_t
 Age check support.
 
typedef struct ta_s_features_payment ta_s_features_payment_t
 Payment features supported by terminal.
 
typedef struct ta_s_features_sixml ta_s_features_sixml_t
 SIXml features supported by terminal.
 
typedef struct ta_s_features ta_s_features_t
 Features supported by terminal.
 

Enumerations

enum  ta_e_age_check_support { ta_c_acs_not_supported = 0 , ta_c_acs_only_age_check = 1 , ta_c_acs_transaction_age_check = 2 }
 Age check support. More...
 

Enumeration Type Documentation

◆ ta_e_age_check_support

Age check support.

Enumerator
ta_c_acs_not_supported 

Age check is not supported.

ta_c_acs_only_age_check 

Age check is only supported using Terminal.ageCheck() method.

ta_c_acs_transaction_age_check 

Age check is supported using Terminal.ageCheck() and in transactions using ta_transaction_data_set_age_to_check.