C# Class CodeImp.Gluon.PowerManager

Mostra file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Methods

Method Description
DisablePowerSave ( ) : void
EnablePowerSave ( ) : void
IsSleepTime ( ) : bool
PowerManager ( ) : System
Process ( ) : void
TurnOnScreen ( ) : void

Private Methods

Method Description
ConfigureSleepNow ( ) : void
ConfigureStayAwake ( ) : void

Method Details

DisablePowerSave() public method

public DisablePowerSave ( ) : void
return void

EnablePowerSave() public method

public EnablePowerSave ( ) : void
return void

IsSleepTime() public method

public IsSleepTime ( ) : bool
return bool

PowerManager() public method

public PowerManager ( ) : System
return System

Process() public method

public Process ( ) : void
return void

TurnOnScreen() public method

public TurnOnScreen ( ) : void
return void