Class SystemInfo

java.lang.Object
com.zebra.rfid.api3.SystemInfo

public class SystemInfo extends Object
This class contains the information related to the reader such as firmware version, FPGA version, reader name, reader location, UP Time, RAM and flash memort available
  • Method Details

    • getM_nRAMUsed

      public int getM_nRAMUsed()
    • setM_nRAMUsed

      public void setM_nRAMUsed(int m_nRAMUsed)
    • getM_nRAMTotal

      public int getM_nRAMTotal()
    • setM_nRAMTotal

      public void setM_nRAMTotal(int m_nRAMTotal)
    • setM_sRadioFirmwareVersion

      public void setM_sRadioFirmwareVersion(String m_sRadioFirmwareVersion)
    • setM_sReaderLocation

      public void setM_sReaderLocation(String m_sReaderLocation)
    • setM_sReaderName

      public void setM_sReaderName(String m_sReaderName)
    • setM_sUpTime

      public void setM_sUpTime(String m_sUpTime)
    • getFlashAvailable

      public int getFlashAvailable()
      Gets the available flash memory in the reader
    • getRAMAvailable

      public int getRAMAvailable()
      Gets the available RAM memory in the reader
    • getFPGAVersion

      public String getFPGAVersion()
      Gets ths FPGA version
    • getRadioFirmwareVersion

      public String getRadioFirmwareVersion()
      Gets the reader's Radio firmware version
    • getReaderLocation

      public String getReaderLocation()
      Gets the reader location
    • getReaderName

      public String getReaderName()
      Gets the reader name
    • getUpTime

      public String getUpTime()
      Gets the reader uptime
    • getPowerSourceType

      public POWER_SOURCE_TYPE getPowerSourceType()
    • getRAMUsed

      public int getRAMUsed()
    • getRAMTotal

      public int getRAMTotal()
    • getCPUUsageForUserProcesses

      public int getCPUUsageForUserProcesses()
    • getCPUUsageForSystemProcesses

      public int getCPUUsageForSystemProcesses()