TIM SDK
TIM API C
response_type.h File Reference

Description

Defines the outcome type of the command response.

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_response_type ta_e_response_type_t
 

Enumerations

enum  ta_e_response_type {
  ta_c_rest_undefined, ta_c_rest_positive, ta_c_rest_negative, ta_c_rest_card_removal,
  ta_c_rest_timeout
}
 

Typedef Documentation

◆ ta_e_response_type_t

Defines the outcome type of the command response.

Specification: dialog.

Enumeration Type Documentation

◆ ta_e_response_type

Defines the outcome type of the command response.

Specification: dialog.

Enumerator
ta_c_rest_undefined 

Undefined/invalid value.

ta_c_rest_positive 

Positive command outcome.

Specification: dialog.

ta_c_rest_negative 

Negative command outcome.

Specification: dialog.

ta_c_rest_card_removal 

Card removed during command.

Specification: dialog.

ta_c_rest_timeout 

Timeout during command.

Specification: dialog.