TIM SDK
TIM API C
reason.h File Reference

Description

Constants for Reason tag.

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_reason ta_e_reason_t
 

Enumerations

enum  ta_e_reason {
  ta_c_rsn_undefined, ta_c_rsn_ok, ta_c_rsn_corr, ta_c_rsn_stop,
  ta_c_rsn_card_reader, ta_c_rsn_auto_confirm, ta_c_rsn_timeout, ta_c_rsn_code_ok,
  ta_c_rsn_code_nok, ta_c_rsn_pin_ok, ta_c_rsn_pin_nok
}
 

Typedef Documentation

◆ ta_e_reason_t

typedef enum ta_e_reason ta_e_reason_t

Constants for Reason tag.

Specification: dialog.

Enumeration Type Documentation

◆ ta_e_reason

Constants for Reason tag.

Specification: dialog.

Enumerator
ta_c_rsn_undefined 

Undefined/invalid value.

ta_c_rsn_ok 

Ok button used to confirm dialog.

Specification: dialog.

ta_c_rsn_corr 

Corr button used to confirm/decline dialog.

Specification: dialog.

ta_c_rsn_stop 

Stop button used to decline dialog.

Specification: dialog.

ta_c_rsn_card_reader 

Card inserted/swiped/presented to confirm dialog.

Specification: dialog.

ta_c_rsn_auto_confirm 

Dialog confirmed automatically (e.g. with the completion of an input form).

Specification: dialog.

ta_c_rsn_timeout 

No interaction performed and timeout occured.

Specification: dialog.

ta_c_rsn_code_ok 

Code Check succesful.

Specification: dialog.

ta_c_rsn_code_nok 

Code Check failed.

Specification: dialog.

ta_c_rsn_pin_ok 

PIN Check succesful.

Specification: dialog.

ta_c_rsn_pin_nok 

PIN Check failed.

Specification: dialog.