TIM SDK
TIM API C
response_type.h File Reference

Description

Defines the outcome type of the command response.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_response_type ta_e_response_type_t
 

Enumerations

enum  ta_e_response_type {
  ta_c_rest_undefined = 0, ta_c_rest_positive = 1, ta_c_rest_negative = 2, ta_c_rest_card_removal = 3,
  ta_c_rest_timeout = 4
}
 

Typedef Documentation

◆ ta_e_response_type_t

Defines the outcome type of the command response.

The following values are valid:

Specification: dialog.

Enumeration Type Documentation

◆ ta_e_response_type

Defines the outcome type of the command response.

The following values are valid:

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.