MCPcopy Create free account
hub / github.com/dmitry-s93/MControlCenter / getFan2TempSettings

Method getFan2TempSettings

src/operate.cpp:212–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212QVector<int> Operate::getFan2TempSettings() const {
213 QVector<int> a;
214 for (int i = 0; i < fanTempSettingsCount; i++) {
215 a.push_back(helper.getValue(fan2TempSettingStartAddress + i));
216 }
217 return a;
218}
219
220int Operate::getKeyboardBacklightMode() const {
221 if (helper.getValue(keyboardBacklightModeAddress) == keyboardBacklightAutoTurnOff)

Callers 2

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected