CardState

public enum CardState

Enumeration of attributes of a CardTerminal. It is used as a parameter to the CardTerminals.list() method.

  • all

    All CardTerminals.

    Declaration

    Swift

    case all
  • CardTerminals in which a card is present.

    Declaration

    Swift

    case cardPresent
  • CardTerminals in which a card is not present.

    Declaration

    Swift

    case cardAbsent
  • CardTerminals for which a card insertion was detected during the latest call to waitForChange() call.

    Declaration

    Swift

    case cardInsertion
  • CardTerminals for which a card removal was detected during the latest call to waitForChange() call.

    Declaration

    Swift

    case cardRemoval