TIM SDK
TIM API C
hardware_type.h File Reference

Description

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

The following values are valid:

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, ta_c_ht_wifi_adapter,
  ta_c_ht_lan_adapter, ta_c_ht_bluetooth_adapter, ta_c_ht_mobile_adapter
}
 

Typedef Documentation

◆ ta_e_hardware_type_t

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

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_hardware_type

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

The following values are valid:

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.

ta_c_ht_wifi_adapter 

Wireless LAN Network Device

Specification: retail.

ta_c_ht_lan_adapter 

Wired LAN Network Device

Specification: retail.

ta_c_ht_bluetooth_adapter 

Bluetooth Device

Specification: retail.

ta_c_ht_mobile_adapter 

Mobile Network Device

Specification: retail.