Table of Contents

Class IpcCpu

Namespace
TwinSharp.IPC
Assembly
TwinSharp.dll

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

uint

TemperatureCelsius

Current CPU Temperature (°C). Requires BIOS API.

public short TemperatureCelsius { get; }

Property Value

short

UsagePercent

Current CPU Usage (%)

public ushort UsagePercent { get; }

Property Value

ushort