ADL (AMD Display Library) Public APIs
Version 17.1
|
Structure containing information about Overdrive 6 fan speed information. More...
#include <adl_structures.h>
Data Fields | |
int | iExtMask |
Mask for future extension. More... | |
int | iExtValue |
Value for future extension. More... | |
int | iFanSpeedPercent |
Contains current fan speed in percent (if valid flag exists in iSpeedType) More... | |
int | iFanSpeedRPM |
Contains current fan speed in RPM (if valid flag exists in iSpeedType) More... | |
int | iSpeedType |
Contains a bitmap of the valid fan speed type flags. Possible values: ADL_OD6_FANSPEED_TYPE_PERCENT, ADL_OD6_FANSPEED_TYPE_RPM, ADL_OD6_FANSPEED_USER_DEFINED. More... | |
Structure containing information about Overdrive 6 fan speed information.
This structure is used to store information about Overdrive 6 fan speed information
int ADLOD6FanSpeedInfo::iExtMask |
Mask for future extension.
int ADLOD6FanSpeedInfo::iExtValue |
Value for future extension.
int ADLOD6FanSpeedInfo::iFanSpeedPercent |
Contains current fan speed in percent (if valid flag exists in iSpeedType)
int ADLOD6FanSpeedInfo::iFanSpeedRPM |
Contains current fan speed in RPM (if valid flag exists in iSpeedType)
int ADLOD6FanSpeedInfo::iSpeedType |
Contains a bitmap of the valid fan speed type flags. Possible values: ADL_OD6_FANSPEED_TYPE_PERCENT, ADL_OD6_FANSPEED_TYPE_RPM, ADL_OD6_FANSPEED_USER_DEFINED.