C# Class At.FF.Krems.Interfaces.NativeMethods.StructSystemPowerStatus

Mostrar archivo Open project: Grisu-NOE/Infoscreen Class Usage Examples

Public Properties

Property Type Description
ACLineStatus byte
BatteryFlag byte
BatteryFullLifeTime int
BatteryLifePercent byte
BatteryLifeTime int
Reserved1 byte

Property Details

ACLineStatus public_oe property

The ac line status.
public byte ACLineStatus
return byte

BatteryFlag public_oe property

The battery flag.
public byte BatteryFlag
return byte

BatteryFullLifeTime public_oe property

The battery full life time.
public int BatteryFullLifeTime
return int

BatteryLifePercent public_oe property

The battery life percent.
public byte BatteryLifePercent
return byte

BatteryLifeTime public_oe property

The battery life time.
public int BatteryLifeTime
return int

Reserved1 public_oe property

The reserved 1.
public byte Reserved1
return byte