Table of Contents

Enum EdgeThermalState

Namespace
Qavren.Edge.Onnx
Assembly
Qavren.Edge.Onnx.dll

The device's thermal state, as the platform reports it.

public enum EdgeThermalState

Fields

Unknown = 0

The platform reports nothing usable. Never treat this as "fine".

Nominal = 1

No thermal pressure.

Fair = 2

Mild thermal pressure.

Serious = 3

Serious thermal pressure; the OS is already throttling.

Critical = 4

Critical thermal pressure.