TIM SDK
TIM API C
reconfig_mode.h File Reference

Description

Defines the type of the Reconfig Request. "FullReconfig" (default, can be omitted in this case) for a full reconfiguration; "AcqInit" reconfigure one specific or all acquirers; "TrmConfig" reconfigure terminal parameters.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_reconfig_mode ta_e_reconfig_mode_t
 

Enumerations

enum  ta_e_reconfig_mode { ta_c_rm_undefined = 0, ta_c_rm_full_reconfig = 1, ta_c_rm_trm_config = 2, ta_c_rm_acq_init = 3 }
 

Typedef Documentation

◆ ta_e_reconfig_mode_t

Defines the type of the Reconfig Request. "FullReconfig" (default, can be omitted in this case) for a full reconfiguration; "AcqInit" reconfigure one specific or all acquirers; "TrmConfig" reconfigure terminal parameters.

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_reconfig_mode

Defines the type of the Reconfig Request. "FullReconfig" (default, can be omitted in this case) for a full reconfiguration; "AcqInit" reconfigure one specific or all acquirers; "TrmConfig" reconfigure terminal parameters.

The following values are valid:

Specification: retail.

Enumerator
ta_c_rm_undefined 

Undefined/invalid value.

ta_c_rm_full_reconfig 

(Default, can therefore be omitted) Perform standard behaviour; terminal config and acquirer init.

Specification: retail.

ta_c_rm_trm_config 

Only a terminal config is performed instead of combined terminal config & acquirer init.

Specification: retail.

ta_c_rm_acq_init 

Only an acquirer init is performed instead of combined terminal config & acquirer init.

Specification: retail.