C# Class CSharp___DllImport.Phone.Battery.SYSTEM_POWER_STATUS_EX

Afficher le fichier Open project: ApexHAB/apex-lumia

Méthodes publiques

Свойство Type Description
ACLineStatus byte
BackupBatteryFlag byte
BackupBatteryFullLifeTime uint
BackupBatteryLifePercent byte
BackupBatteryLifeTime uint
BatteryFlag byte
BatteryFullLifeTime uint
BatteryLifePercent byte
BatteryLifeTime uint
Reserved1 byte
Reserved2 byte
Reserved3 byte

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ACLineStatus public_oe property

AC power status. It is one of the following values. Phone.Battery.AC_LINE_*.
public byte ACLineStatus
Résultat byte

BackupBatteryFlag public_oe property

Backup battery charge status. It can be a combination of the following values:
public byte BackupBatteryFlag
Résultat byte

BackupBatteryFullLifeTime public_oe property

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

BackupBatteryLifePercent public_oe property

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

BackupBatteryLifeTime public_oe property

Number of seconds of backup battery life remaining, or BATTERY_LIFE_UNKNOWN if remaining seconds are unknown.
public uint BackupBatteryLifeTime
Résultat uint

BatteryFlag public_oe property

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

BatteryFullLifeTime public_oe property

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

BatteryLifePercent public_oe property

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
Résultat byte

BatteryLifeTime public_oe property

Number of seconds of battery life remaining, or 0xFFFFFFFF if remaining seconds are unknown.
public uint BatteryLifeTime
Résultat uint

Reserved1 public_oe property

public byte Reserved1
Résultat byte

Reserved2 public_oe property

public byte Reserved2
Résultat byte

Reserved3 public_oe property

public byte Reserved3
Résultat byte