Class: HardwareInformationResponse

timapi.HardwareInformationResponse

Contains the result of calling hardwareInformationAsync.

Overview

Members-Overview

Methods-Overview

Member-List

batteryCharging

Indicates whether the batterie is being charged i.e. the device is plugged in. true: Plugged in false: Not plugged in

batteryLevel

Charging level of the battery as a percentage value of the total charge. 0% is defined as the amount of charge where the device performs an automatic shutdown. 100% is a full charge.

hardwares :Array.<timapi.Hardware>

List of hardware attached to the EFT Terminal

kernelVersions :Map.<timapi.constants.KernelType, String>

Kernel versions supported by the EFT Terminal. For each kernel type the string version is stored

settings :Map.<timapi.constants.SettingType, String>

Settings supported by the EFT Terminal. For each setting type the setting value is stored as string

statistics :Map.<String, String>

Hardware statistics. For each statistic type (key) the statistics are stored as string value. Available only if guide unattended is enabled.

Methods

toString() → {String}

Get string representation for debugging purpose.
Returns:
String representation

Type: String