TIM SDK
TIM API C
status_functions.h File Reference

Description

Flag constants for FeatureType and OptionType sixml:StatusFunctions value.

Copyright: SIX Payment Services.

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
}
 

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.