TIM SDK
TIM API C
hardware_type.h File Reference

Description

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

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_hardware_type ta_e_hardware_type_t
 

Enumerations

enum  ta_e_hardware_type {
  ta_c_ht_undefined, ta_c_ht_terminal, ta_c_ht_eft_application, ta_c_ht_pin_pad,
  ta_c_ht_contact_reader, ta_c_ht_contactless_reader, ta_c_ht_mag_stripe_reader
}
 

Typedef Documentation

◆ ta_e_hardware_type_t

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

Specification: retail.

Enumeration Type Documentation

◆ ta_e_hardware_type

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

Specification: retail.

Enumerator
ta_c_ht_undefined 

Undefined/invalid value.

ta_c_ht_terminal 

Terminal device related, not the secure part.

Specification: retail.

ta_c_ht_eft_application 

Software that runs on the terminal.

Specification: retail.

ta_c_ht_pin_pad 

Secure part of the terminal.

Specification: retail.

ta_c_ht_contact_reader 

Contact ICC reader.

Specification: retail.

ta_c_ht_contactless_reader 

Contactless card reader.

Specification: retail.

ta_c_ht_mag_stripe_reader 

Magnetic stripe reader.

Specification: retail.