C# Class CSPspEmu.Core.Battery.Battery

Inheritance: PspEmulatorComponent
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
BatteryExist bool
BatteryLifePercent double
BatteryLifeTimeInMinutes int
BatteryTemperature int
BatteryVoltage int
IsBatteryCharging bool
IsPlugedIn bool
IsPowerOnline bool
IsPresent bool
IsStandBy bool
LowPercent double

Property Details

BatteryExist public_oe property

public bool BatteryExist
Résultat bool

BatteryLifePercent public_oe property

public double BatteryLifePercent
Résultat double

BatteryLifeTimeInMinutes public_oe property

public int BatteryLifeTimeInMinutes
Résultat int

BatteryTemperature public_oe property

Some standard battery temperature 28 deg C
public int BatteryTemperature
Résultat int

BatteryVoltage public_oe property

Battery voltage 4,135 in slim
public int BatteryVoltage
Résultat int

IsBatteryCharging public_oe property

public bool IsBatteryCharging
Résultat bool

IsPlugedIn public_oe property

public bool IsPlugedIn
Résultat bool

IsPowerOnline public_oe property

public bool IsPowerOnline
Résultat bool

IsPresent public_oe property

public bool IsPresent
Résultat bool

IsStandBy public_oe property

public bool IsStandBy
Résultat bool

LowPercent public_oe property

Led starts flashing at 12%
public double LowPercent
Résultat double