Enum HardwareType
HardwareTypes are used to label hardware related data in the HardwareInformation response.
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum HardwareType
Fields
| Name | Description |
|---|---|
| BluetoothAdapter | Bluetooth Device |
| ContactlessReader | Contactless card reader. |
| ContactReader | Contact ICC reader. |
| EftApplication | Software that runs on the terminal. |
| LanAdapter | Wired LAN Network Device |
| MagStripeReader | Magnetic stripe reader. |
| MobileAdapter | Mobile Network Device |
| PinPad | Secure part of the terminal. |
| Terminal | Terminal device related, not the secure part. |
| Unknown | Invalid/unknown constant value. |
| WifiAdapter | Wireless LAN Network Device |