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.

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_management_status ta_e_management_status_t
 

Enumerations

enum  ta_e_management_status { ta_c_ms_undefined, ta_c_ms_closed, ta_c_ms_open, ta_c_ms_dialog }
 

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.

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.

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.