C# Class CodeImp.Gluon.PowerManager

Afficher le fichier Open project: DieterKoblenz/LCARS Class Usage Examples

Méthodes publiques

Méthode Description
DisablePowerSave ( ) : void
EnablePowerSave ( ) : void
IsSleepTime ( ) : bool
PowerManager ( ) : System
Process ( ) : void
TurnOnScreen ( ) : void

Private Methods

Méthode Description
ConfigureSleepNow ( ) : void
ConfigureStayAwake ( ) : void

Method Details

DisablePowerSave() public méthode

public DisablePowerSave ( ) : void
Résultat void

EnablePowerSave() public méthode

public EnablePowerSave ( ) : void
Résultat void

IsSleepTime() public méthode

public IsSleepTime ( ) : bool
Résultat bool

PowerManager() public méthode

public PowerManager ( ) : System
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

TurnOnScreen() public méthode

public TurnOnScreen ( ) : void
Résultat void