Overview
Members-Overview
|
|
|
|
|
:Array.<timapi.Hardware> |
|
:Map.<timapi.constants.KernelType, String> |
|
:Map.<timapi.constants.SettingType, String> |
|
:Map.<String, String> |
Methods-Overview
- toString() → {String}
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.
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