Class HardwareInformationResponse

    • Method Detail

      • getHardwares

        public List<Hardware> getHardwares()
        List of hardware attached to the EFT Terminal.
      • getKernelVersions

        public Map<KernelType,​String> getKernelVersions()
        Kernel versions supported by the EFT Terminal. For each kernel type the string version is stored.
      • getSettings

        public Map<SettingType,​String> getSettings()
        Settings supported by the EFT Terminal. For each setting type the setting value is stored as string.
      • getStatistics

        public Map<String,​String> getStatistics()
        Hardware statistics. For each statistic type (key) the statistics are stored as string value. Available only if Guides.UNATTENDED guide is enabled.
      • getBatteryLevel

        public int getBatteryLevel()
        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.
      • isBatteryCharging

        public boolean isBatteryCharging()
        Indicates whether the batterie is being charged i.e. the device is plugged in. true: Plugged in false: Not plugged in