C# 클래스 CSPspEmu.Core.Battery.Battery

상속: PspEmulatorComponent
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
BatteryExist bool
BatteryLifePercent double
BatteryLifeTimeInMinutes int
BatteryTemperature int
BatteryVoltage int
IsBatteryCharging bool
IsPlugedIn bool
IsPowerOnline bool
IsPresent bool
IsStandBy bool
LowPercent double

프로퍼티 상세

BatteryExist 공개적으로 프로퍼티

public bool BatteryExist
리턴 bool

BatteryLifePercent 공개적으로 프로퍼티

public double BatteryLifePercent
리턴 double

BatteryLifeTimeInMinutes 공개적으로 프로퍼티

public int BatteryLifeTimeInMinutes
리턴 int

BatteryTemperature 공개적으로 프로퍼티

Some standard battery temperature 28 deg C
public int BatteryTemperature
리턴 int

BatteryVoltage 공개적으로 프로퍼티

Battery voltage 4,135 in slim
public int BatteryVoltage
리턴 int

IsBatteryCharging 공개적으로 프로퍼티

public bool IsBatteryCharging
리턴 bool

IsPlugedIn 공개적으로 프로퍼티

public bool IsPlugedIn
리턴 bool

IsPowerOnline 공개적으로 프로퍼티

public bool IsPowerOnline
리턴 bool

IsPresent 공개적으로 프로퍼티

public bool IsPresent
리턴 bool

IsStandBy 공개적으로 프로퍼티

public bool IsStandBy
리턴 bool

LowPercent 공개적으로 프로퍼티

Led starts flashing at 12%
public double LowPercent
리턴 double