SensorType Enum

Definition

Designates a sensor type

public enum SensorType
type SensorType = 
Public Enum SensorType
Inheritance
SensorType

Fields

Clock 2

The sensor delivers a clock speed (frequency)

Control 7

The sensor is used to control a device (i.e. fan speed)

Current 12

The sensor reports electric current

Data 13

The sensor delivers a data amount value (i.e free space on a drive)

Energy 10

The sensor reports energy used

Fan 5

The sensor is a fan

Flow 6

The sensor measures flow (typically in a water cooling system)

HeatFlux 11

The sensor reports heat flux (thermal heat dissipation)

Level 8

The sensor measures the usage level (i.e. disk usage)

Load 4

The sensor delivers the load percentage of a component

Power 9

The sensor reports power

RawValue 16

The sensor reports an integer

Temperature 3

The sensor delivers a temperature

Throughput 14

The sensor reports data throughput (Data per Time)

TimeSpan 15

The sensor reports a duration

Unknown 0

Unknown sensor type

Voltage 1

The sensor delivers a voltage

Applies to