C# Class CSharp___DllImport.Phone.Battery.SYSTEM_POWER_STATUS_EX

Show file Open project: ApexHAB/apex-lumia

Public Properties

Property 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

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

ACLineStatus public property

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

BackupBatteryFlag public property

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

BackupBatteryFullLifeTime public property

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

BackupBatteryLifePercent public property

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

BackupBatteryLifeTime public property

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

BatteryFlag public property

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

BatteryFullLifeTime public property

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

BatteryLifePercent public 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
return byte

BatteryLifeTime public property

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

Reserved1 public property

public byte Reserved1
return byte

Reserved2 public property

public byte Reserved2
return byte

Reserved3 public property

public byte Reserved3
return byte