public class SystemInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getCPUUsageForSystemProcesses() |
int |
getCPUUsageForUserProcesses() |
int |
getFlashAvailable()
Gets the available flash memory in the reader
|
java.lang.String |
getFPGAVersion()
Gets ths FPGA version
|
POWER_SOURCE_TYPE |
getPowerSourceType()
Gets the Power Souce type
|
java.lang.String |
getRadioFirmwareVersion()
Gets the reader's Radio firmware version
|
int |
getRAMAvailable()
Gets the available RAM memory in the reader
|
int |
getRAMTotal() |
int |
getRAMUsed() |
java.lang.String |
getReaderLocation()
Gets the reader location
|
java.lang.String |
getReaderName()
Gets the reader name
|
java.lang.String |
getUpTime()
Gets the reader uptime
|
public int getFlashAvailable()
public int getRAMAvailable()
public java.lang.String getFPGAVersion()
public java.lang.String getRadioFirmwareVersion()
public java.lang.String getReaderLocation()
public java.lang.String getReaderName()
public java.lang.String getUpTime()
public POWER_SOURCE_TYPE getPowerSourceType()
public int getRAMUsed()
public int getRAMTotal()
public int getCPUUsageForUserProcesses()
public int getCPUUsageForSystemProcesses()