Class 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
Inheritance
System.Object
SystemInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class SystemInfo
Properties
CPUUsageForSystemProcesses
Gets the CPU utilization in % for system processes
Declaration
public uint CPUUsageForSystemProcesses { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
CPUUsageForUserProcesses
Gets the CPU utilization in % for user processes
Declaration
public uint CPUUsageForUserProcesses { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
FlashAvailable
Gets the available flash memory in the reader
Declaration
public uint FlashAvailable { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
FPGAVersion
Gets ths FPGA version
Declaration
public string FPGAVersion { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Mode
Declaration
public POWER_SOURCE_TYPE Mode { get; }
Property Value
| Type | Description |
|---|---|
| POWER_SOURCE_TYPE |
RadioFirmwareVersion
Gets the reader's Radio firmware version
Declaration
public string RadioFirmwareVersion { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RAMAvailable
Gets the available RAM memory in the reader
Declaration
public uint RAMAvailable { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
RAMTotal
Gets the Total RAM
Declaration
public uint RAMTotal { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
RAMUsed
Gets the RAM used
Declaration
public uint RAMUsed { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ReaderLocation
Gets the reader location
Declaration
public string ReaderLocation { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReaderName
Gets the reader name
Declaration
public string ReaderName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SerialNumber
Gets the serial number
Declaration
public string SerialNumber { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
UpTime
Gets the reader uptime
Declaration
public string UpTime { get; }
Property Value
| Type | Description |
|---|---|
| System.String |