CHardwareType

public enum CHardwareType : CaseIterable

HardwareTypes are used to label hardware related data in the HardwareInformation response.

The following values are valid:

Specification: retail.

  • Terminal device related, not the secure part.

    Specification: retail.

    Declaration

    Swift

    case terminal
  • Software that runs on the terminal.

    Specification: retail.

    Declaration

    Swift

    case eftApplication
  • Secure part of the terminal.

    Specification: retail.

    Declaration

    Swift

    case pinPad
  • Contact ICC reader.

    Specification: retail.

    Declaration

    Swift

    case contactReader
  • Contactless card reader.

    Specification: retail.

    Declaration

    Swift

    case contactlessReader
  • Magnetic stripe reader.

    Specification: retail.

    Declaration

    Swift

    case magStripeReader
  • Wireless LAN Network Device

    Specification: retail.

    Declaration

    Swift

    case wifiAdapter
  • Wired LAN Network Device

    Specification: retail.

    Declaration

    Swift

    case lanAdapter
  • Bluetooth Device

    Specification: retail.

    Declaration

    Swift

    case bluetoothAdapter
  • Mobile Network Device

    Specification: retail.

    Declaration

    Swift

    case mobileAdapter