PowerStatus Enum Reference
Public Member Functions | |
| PowerStatus (int value) | |
| int | value () |
Static Public Member Functions | |
| [static initializer] | |
| static PowerStatus | valueOf (int _value) |
Public Attributes | |
| IDLE =(0) | |
| GOING_TO_REBOOT =(1) | |
| GOING_TO_SLEEP =(2) | |
| GOING_TO_POWER_OFF =(3) | |
| REBOOTING =(4) | |
| SLEEPING =(5) | |
| POWERING_OFF =(6) | |
Constructor & Destructor Documentation
| PowerStatus | ( | int | value | ) |
Constructor
- Parameters
-
value value
Member Function Documentation
| int value | ( | ) |
- Returns
- value
