PowerRequest Enum Reference
Public Member Functions | |
PowerRequest (int value) | |
int | value () |
Static Public Member Functions | |
[static initializer] | |
static PowerRequest | valueOf (int _value) |
Public Attributes | |
REQ_POWER_ON =(0) | |
The Request of switching on the system. | |
REQ_REBOOT =(1) | |
The Request of restarting the system. | |
REQ_STANDBY =(2) | |
The Request of turning on standby mode (suspend to ram). | |
REQ_SHUTDOWN =(3) | |
The Request of switching off the system. | |
REQ_ABORT =(4) | |
The Request of aborting an Request. It is only possible abort REBOOT, STANDBY and SHUTDOWN. | |
Constructor & Destructor Documentation
PowerRequest | ( | int | value | ) |
Constructor
- Parameters
-
value value
Member Function Documentation
int value | ( | ) |
- Returns
- value