Data Fields | |
int | iCapabilities |
int | iFanMinPercent |
Minimum fan speed expressed as a percentage. | |
int | iFanMaxPercent |
Maximum fan speed expressed as a percentage. | |
int | iFanMinRPM |
Minimum fan speed expressed in revolutions-per-minute. | |
int | iFanMaxRPM |
Maximum fan speed expressed in revolutions-per-minute. | |
int | iExtValue |
Value for future extension. | |
int | iExtMask |
Mask for future extension. |
This structure is used to store information about Overdrive 6 thermal controller capabilities
Contains a bitmap of thermal controller capability flags. Possible values: ADL_OD6_TCCAPS_THERMAL_CONTROLLER, ADL_OD6_TCCAPS_FANSPEED_CONTROL, ADL_OD6_TCCAPS_FANSPEED_PERCENT_READ, ADL_OD6_TCCAPS_FANSPEED_PERCENT_WRITE, ADL_OD6_TCCAPS_FANSPEED_RPM_READ, ADL_OD6_TCCAPS_FANSPEED_RPM_WRITE
Minimum fan speed expressed as a percentage.
Maximum fan speed expressed as a percentage.
Minimum fan speed expressed in revolutions-per-minute.
Maximum fan speed expressed in revolutions-per-minute.
Value for future extension.
Mask for future extension.