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: Worldline.

Typedefs

typedef enum ta_e_hardware_type ta_e_hardware_type_t
 

Enumerations

enum  ta_e_hardware_type {
  ta_c_ht_undefined = 0, ta_c_ht_terminal = 1, ta_c_ht_eft_application = 2, ta_c_ht_pin_pad = 3,
  ta_c_ht_contact_reader = 4, ta_c_ht_contactless_reader = 5, ta_c_ht_mag_stripe_reader = 6, ta_c_ht_wifi_adapter = 7,
  ta_c_ht_lan_adapter = 8, ta_c_ht_bluetooth_adapter = 9, ta_c_ht_mobile_adapter = 10
}
 

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.