Timers for the power service More...

Inheritance diagram for PowerTimer:

Public Member Functions

 PowerTimer (int shutdownValue, int standByValue)
 
int GetShutDownValue ()
 It returns the shutdown timer value. More...
 
int GetStandByValue ()
 It returns the standby timer value. More...
 

Detailed Description

Member Function Documentation

int GetShutDownValue ( )
Returns
Exceptions
NotAvailableException (NOT_AVAILABLE)Thrown when service is not available
NotAvailableException (DPY_TIMEOUT)Thrown when service don't respond in time
HalExceptionThrown when service returns an error

Implements IPowerTimer.

int GetStandByValue ( )
Returns
Exceptions
NotAvailableException (NOT_AVAILABLE)Thrown when service is not available
NotAvailableException (DPY_TIMEOUT)Thrown when service don't respond in time
HalExceptionThrown when service returns an error

Implements IPowerTimer.