CManagementStatus

public enum CManagementStatus

The 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.

  • 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.

    Declaration

    Swift

    case closed
  • 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.

    Declaration

    Swift

    case open
  • 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.

    Declaration

    Swift

    case dialog