Class Hardware


  • public class Hardware
    extends Object
    Contains information about a piece of hardware in the terminal or devices attached to it. Immutable class.
    • Method Detail

      • getHardwareType

        public HardwareType getHardwareType()
        Specifies the hardware.
      • getSerialNumber

        public String getSerialNumber()
        Serial number of the specified hardware.
      • getProductionDate

        public TimeDate getProductionDate()
        Production date of the specified hardware.
      • getProductVersion

        public String getProductVersion()
        Product version of the specified hardware.
      • getFirmwareVersion

        public String getFirmwareVersion()
        Firmware version of the specified hardware.
      • getSecurityStatus

        public SecurityStatus getSecurityStatus()
        Security status of the specified hardware.
      • getLastCleaningDate

        public TimeDate getLastCleaningDate()
        Available if HardwareType is ContactReader or MagStripeReader.
      • getImsi

        public String getImsi()
        Imsi.
      • getImei

        public String getImei()
        Imei.
      • getIccid

        public String getIccid()
        Iccid.
      • getHardwareAddress

        public String getHardwareAddress()
        Hardware address.
      • getHardwareDescription

        public String getHardwareDescription()
        Hardware description.