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 TypeMethodDescriptionint
int
int
Gets the available flash memory in the readerGets ths FPGA versionint
int
Gets the reader's Radio firmware versionint
Gets the available RAM memory in the readerint
int
Gets the reader locationGets the reader nameGets the reader uptimevoid
setM_nRAMTotal
(int m_nRAMTotal) void
setM_nRAMUsed
(int m_nRAMUsed) void
setM_sRadioFirmwareVersion
(String m_sRadioFirmwareVersion) void
setM_sReaderLocation
(String m_sReaderLocation) void
setM_sReaderName
(String m_sReaderName) void
setM_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()
-