CHardwareType
public enum CHardwareType
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
CHardwareType Enumeration Reference