TIM SDK
TIM API C
management_status.h File Reference

Description

The <sixml:ManagementStatus> tag is used to transport information about the current activation state of the terminal, i.e. shift open / shift closed.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_management_status ta_e_management_status_t
 

Enumerations

enum  ta_e_management_status { ta_c_ms_undefined = 0, ta_c_ms_closed = 1, ta_c_ms_open = 2, ta_c_ms_dialog = 3 }
 

Typedef Documentation

◆ ta_e_management_status_t

The <sixml:ManagementStatus> tag is used to transport information about the current activation state of the terminal, i.e. shift open / shift closed.

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_management_status

The <sixml:ManagementStatus> tag is used to transport information about the current activation state of the terminal, i.e. shift open / shift closed.

The following values are valid:

Specification: retail.

Enumerator
ta_c_ms_undefined 

Undefined/invalid value.

ta_c_ms_closed 

Initial state, shift closed. In this state only administration, remote and status functions can be used, which means no interaction with the cardholder is required.

Specification: retail.

ta_c_ms_open 

Shift opened. In this state only financial, non-financial, remote and status functions as well as Deactivate can be used. Usually an interaction with the cardholder is required.

Specification: retail.

ta_c_ms_dialog 

Dialog mode opened. This state allows to process ECR controlled dialog functions. Only dialog and remote functions can be used. (Some guides only)

Specification: retail.