PowerTimersState Class Reference
It stores the state of the wakeup timers.
Public Member Functions | |
| PowerTimersState (Boolean standbyEnabled, Boolean shutdownEnabled) | |
| Power wakeup timers state. More... | |
| Boolean | getStandbyState () |
| It returns the standby timer state. More... | |
| Boolean | getShutdownState () |
| It returns the shutdown timer state. More... | |
Constructor & Destructor Documentation
| PowerTimersState | ( | Boolean | standbyEnabled, |
| Boolean | shutdownEnabled | ||
| ) |
- Parameters
-
standbyEnabled shutdownEnabled
Member Function Documentation
| Boolean getShutdownState | ( | ) |
- Returns
- True for enabled, false for disabled
| Boolean getStandbyState | ( | ) |
- Returns
- True for enabled, false for disabled
