TIM SDK
TIM API C
reason.h File Reference

Description

Constants for Reason tag.

Copyright: Worldline.

Typedefs

typedef enum ta_e_reason ta_e_reason_t
 

Enumerations

enum  ta_e_reason {
  ta_c_rsn_undefined = 0 , ta_c_rsn_ok = 1 , ta_c_rsn_corr = 2 , ta_c_rsn_stop = 3 ,
  ta_c_rsn_card_reader = 4 , ta_c_rsn_auto_confirm = 5 , ta_c_rsn_timeout = 6 , ta_c_rsn_code_ok = 7 ,
  ta_c_rsn_code_nok = 8 , ta_c_rsn_pin_ok = 9 , ta_c_rsn_pin_nok = 10 , ta_c_rsn_f1 = 11 ,
  ta_c_rsn_f2 = 12 , ta_c_rsn_f3 = 13 , ta_c_rsn_other_key = 14
}
 

Typedef Documentation

◆ ta_e_reason_t

typedef enum ta_e_reason ta_e_reason_t

Constants for Reason tag.

Specification: petrol.

Enumeration Type Documentation

◆ ta_e_reason

Constants for Reason tag.

Specification: petrol.

Enumerator
ta_c_rsn_undefined 

Undefined/invalid value.

ta_c_rsn_ok 

Ok button used to confirm dialog.

Specification: petrol.

ta_c_rsn_corr 

Corr button used to confirm/decline dialog.

Specification: petrol.

ta_c_rsn_stop 

Stop button used to decline dialog.

Specification: petrol.

ta_c_rsn_card_reader 

Card inserted/swiped/presented to confirm dialog.

Specification: petrol.

ta_c_rsn_auto_confirm 

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

Specification: petrol.

ta_c_rsn_timeout 

No interaction performed and timeout occured.

Specification: petrol.

ta_c_rsn_code_ok 

Code Check succesful.

Specification: petrol.

ta_c_rsn_code_nok 

Code Check failed.

Specification: petrol.

ta_c_rsn_pin_ok 

PIN Check succesful.

Specification: petrol.

ta_c_rsn_pin_nok 

PIN Check failed.

Specification: petrol.

ta_c_rsn_f1 

Function key 1 used to confirm dialog.

Specification: petrol.

ta_c_rsn_f2 

Function key 2 used to confirm dialog.

Specification: petrol.

ta_c_rsn_f3 

Function key 3 used to confirm dialog.

Specification: petrol.

ta_c_rsn_other_key 

Any other key used (not Ok, Stop, Corr, F1, F2) to confirm the dialog.

Specification: petrol.