Package com.zebra.rfid.api3
Class SystemInfo
java.lang.Object
com.zebra.rfid.api3.SystemInfo
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 Summary
Modifier and TypeMethodDescriptionintintintGets the available flash memory in the readerGets ths FPGA versionintintGets the reader's Radio firmware versionintGets the available RAM memory in the readerintintGets the reader locationGets the reader nameGets the reader uptimevoidsetM_nRAMTotal(int m_nRAMTotal) voidsetM_nRAMUsed(int m_nRAMUsed) voidsetM_sRadioFirmwareVersion(String m_sRadioFirmwareVersion) voidsetM_sReaderLocation(String m_sReaderLocation) voidsetM_sReaderName(String m_sReaderName) voidsetM_sUpTime(String m_sUpTime)
-
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
-
setM_sReaderLocation
-
setM_sReaderName
-
setM_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
Gets ths FPGA version -
getRadioFirmwareVersion
Gets the reader's Radio firmware version -
getReaderLocation
Gets the reader location -
getReaderName
Gets the reader name -
getUpTime
Gets the reader uptime -
getPowerSourceType
-
getRAMUsed
public int getRAMUsed() -
getRAMTotal
public int getRAMTotal() -
getCPUUsageForUserProcesses
public int getCPUUsageForUserProcesses() -
getCPUUsageForSystemProcesses
public int getCPUUsageForSystemProcesses()
-