C# 클래스 CSharp___DllImport.Phone.Battery.SYSTEM_POWER_STATUS_EX

파일 보기 프로젝트 열기: ApexHAB/apex-lumia

공개 프로퍼티들

프로퍼티 타입 설명
ACLineStatus byte
BackupBatteryFlag byte
BackupBatteryFullLifeTime uint
BackupBatteryLifePercent byte
BackupBatteryLifeTime uint
BatteryFlag byte
BatteryFullLifeTime uint
BatteryLifePercent byte
BatteryLifeTime uint
Reserved1 byte
Reserved2 byte
Reserved3 byte

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ACLineStatus 공개적으로 프로퍼티

AC power status. It is one of the following values. Phone.Battery.AC_LINE_*.
public byte ACLineStatus
리턴 byte

BackupBatteryFlag 공개적으로 프로퍼티

Backup battery charge status. It can be a combination of the following values:
public byte BackupBatteryFlag
리턴 byte

BackupBatteryFullLifeTime 공개적으로 프로퍼티

Number of seconds of backup battery life when at full charge, or BATTERY_LIFE_UNKNOWN if full lifetime is unknown.
public uint BackupBatteryFullLifeTime
리턴 uint

BackupBatteryLifePercent 공개적으로 프로퍼티

Percentage of full backup battery charge remaining. Must be in the range 0 to 100, or BATTERY_PERCENTAGE_UNKNOWN.
public byte BackupBatteryLifePercent
리턴 byte

BackupBatteryLifeTime 공개적으로 프로퍼티

Number of seconds of backup battery life remaining, or BATTERY_LIFE_UNKNOWN if remaining seconds are unknown.
public uint BackupBatteryLifeTime
리턴 uint

BatteryFlag 공개적으로 프로퍼티

Phone.Battery.BATTERY_*. Battery charge status. It can be a combination of the following values:
public byte BatteryFlag
리턴 byte

BatteryFullLifeTime 공개적으로 프로퍼티

Number of seconds of battery life when at full charge, or 0xFFFFFFFF if full lifetime is unknown.
public uint BatteryFullLifeTime
리턴 uint

BatteryLifePercent 공개적으로 프로퍼티

Percentage of full battery charge remaining. This member can be a value in the range 0 to 100, or 255 if status is unknown. All other values are reserved.
public byte BatteryLifePercent
리턴 byte

BatteryLifeTime 공개적으로 프로퍼티

Number of seconds of battery life remaining, or 0xFFFFFFFF if remaining seconds are unknown.
public uint BatteryLifeTime
리턴 uint

Reserved1 공개적으로 프로퍼티

public byte Reserved1
리턴 byte

Reserved2 공개적으로 프로퍼티

public byte Reserved2
리턴 byte

Reserved3 공개적으로 프로퍼티

public byte Reserved3
리턴 byte