TIM SDK
TIM API C
status_functions.h File Reference

Description

Flag constants for FeatureType and OptionType sixml:StatusFunctions value.

Copyright: Worldline.

Typedefs

typedef enum ta_e_status_functions ta_e_status_functions_t
 

Enumerations

enum  ta_e_status_functions {
  ta_c_sf_undefined = 0, ta_c_sf_feature_request = 1 << 0, ta_c_sf_terminal_status = 1 << 1, ta_c_sf_system_information = 1 << 2,
  ta_c_sf_application_information = 1 << 3, ta_c_sf_hardware_information = 1 << 4, ta_c_sf_keep_alive = 1 << 5, ta_c_sf_license_changed = 1 << 6,
  ta_c_sf_vas_info = 1 << 7, ta_c_sf_error = 1 << 8, ta_c_sf_change_language = 1 << 9, ta_c_sf_key_press = 1 << 10,
  ta_c_sf_configuration_changed = 1 << 11, ta_c_sf_wake_up = 1 << 12, ta_c_sf_transaction_info_request = 1 << 13
}
 

Typedef Documentation

◆ ta_e_status_functions_t

Flag constants for FeatureType and OptionType sixml:StatusFunctions value.

Specification: retail.

Enumeration Type Documentation

◆ ta_e_status_functions

Flag constants for FeatureType and OptionType sixml:StatusFunctions value.

Specification: retail.

Enumerator
ta_c_sf_undefined 

Undefined/invalid value.

ta_c_sf_feature_request 

Feature request function supported.

Specification: retail.

ta_c_sf_terminal_status 

Terminal status function supported.

Specification: retail.

ta_c_sf_system_information 

System information function supported.

Specification: retail.

ta_c_sf_application_information 

Application information function supported.

Specification: retail.

ta_c_sf_hardware_information 

Hardware information function supported.

Specification: retail.

ta_c_sf_keep_alive 

Keep alive function supported.

Specification: retail.

ta_c_sf_license_changed 

Licence changed function supported.

Specification: retail.

ta_c_sf_vas_info 

Vas info function supported.

Specification: retail.

ta_c_sf_error 

Error function supported.

Specification: retail.

ta_c_sf_change_language 

Change language function supported.

Specification: retail.

ta_c_sf_key_press 

Key press function supported.

Specification: retail.

ta_c_sf_configuration_changed 

Configuration changed function supported.

Specification: retail.

ta_c_sf_wake_up 

WakeUp function supported.

Specification: retail.

ta_c_sf_transaction_info_request 

Transaction information function supported.

Specification: retail.