State

public enum State

Terminal Card States used for filtering the terminal list from the “list” function call

  • ALL

    All CardTerminals.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    case CARD_INSERTION
  • CardTerminals in which a card is present.

    Declaration

    Swift

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

    Declaration

    Swift

    case CARD_REMOVAL