TIM SDK
TIM API C
dialog_functions.h File Reference

Description

Flag constants for FeatureType and OptionType sixml:DialogFunctions value.

Copyright: Worldline.

Typedefs

typedef enum ta_e_dialog_functions ta_e_dialog_functions_t
 

Enumerations

enum  ta_e_dialog_functions {
  ta_c_df_undefined = 0, ta_c_df_show_signature_capture = 1 << 0, ta_c_df_show_dialog = 1 << 1, ta_c_df_send_card_command = 1 << 2,
  ta_c_df_print_on_terminal = 1 << 3
}
 

Typedef Documentation

◆ ta_e_dialog_functions_t

Flag constants for FeatureType and OptionType sixml:DialogFunctions value.

Specification: retail.

Enumeration Type Documentation

◆ ta_e_dialog_functions

Flag constants for FeatureType and OptionType sixml:DialogFunctions value.

Specification: retail.

Enumerator
ta_c_df_undefined 

Undefined/invalid value.

ta_c_df_show_signature_capture 

Show signature capture function supported.

Specification: retail.

ta_c_df_show_dialog 

Show dialog function supported.

Specification: retail.

ta_c_df_send_card_command 

Send card command function supported.

Specification: retail.

ta_c_df_print_on_terminal 

Print on terminal function supported.

Specification: retail.