PowerAction Enum Reference
Public Member Functions | |
| PowerAction (int value) | |
| int | value () |
Static Public Member Functions | |
| [static initializer] | |
| static PowerAction | valueOf (int _value) |
Public Attributes | |
| POWER_ON =(0) | |
| The action of switching on the system. | |
| REBOOT =(1) | |
| The action of restarting the system. | |
| STANDBY =(2) | |
| The action of turning on standby mode (suspend to ram). | |
| SHUTDOWN =(3) | |
| The action of switching off the system. | |
Constructor & Destructor Documentation
| PowerAction | ( | int | value | ) |
Constructor
- Parameters
-
value value
Member Function Documentation
| int value | ( | ) |
- Returns
- value
