Class IpcCpu
The IpcCpu class provides methods to interact with the CPU of a device via ADS (Automation Device Specification). It allows reading the CPU frequency, current CPU usage percentage, and current CPU temperature in Celsius.
public class IpcCpu
- Inheritance
-
IpcCpu
- Inherited Members
Properties
Frequency
CPU frequency (constant)
public uint Frequency { get; }
Property Value
TemperatureCelsius
Current CPU Temperature (°C). Requires BIOS API.
public short TemperatureCelsius { get; }
Property Value
UsagePercent
Current CPU Usage (%)
public ushort UsagePercent { get; }