C# Class MaCRo.Core.BatteryManager

显示文件 Open project: AlexAlbala/MaCRo Class Usage Examples

Public Methods

Method Description
BatteryManager ( ) : System
getBatteryCapacity ( ) : ushort
getBatteryCurrent ( ) : double
getBatteryEstimation_minutes ( ) : ushort
getBatteryVoltage ( ) : double

Method Details

BatteryManager() public method

public BatteryManager ( ) : System
return System

getBatteryCapacity() public method

public getBatteryCapacity ( ) : ushort
return ushort

getBatteryCurrent() public method

public getBatteryCurrent ( ) : double
return double

getBatteryEstimation_minutes() public method

public getBatteryEstimation_minutes ( ) : ushort
return ushort

getBatteryVoltage() public method

public getBatteryVoltage ( ) : double
return double