Enum SensorType
- Namespace
- DotCompute.Abstractions.Ports
- Assembly
- DotCompute.Abstractions.dll
Type of sensor.
public enum SensorType
Fields
Clock = 2Clock speed.
Fan = 3Fan speed.
MemoryBandwidth = 6Memory bandwidth.
Other = 7Other sensor type.
Power = 1Power consumption.
Temperature = 0Temperature sensor.
Utilization = 5Utilization.
Voltage = 4Voltage.