Class BatteryState
The state of the robot battery.
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class BatteryState
Properties
| Improve this Doc View SourceBatteryLevel
Gets the battery level.
public BatteryLevel BatteryLevel { get; }
Property Type
BatteryLevel |
BatteryVolts
Gets the battery volts.
public float BatteryVolts { get; }
Property Type
Single |
CubeBattery
Gets the cube battery state.
public CubeBatteryState CubeBattery { get; }
Property Type
CubeBatteryState |
IsCharging
Gets a value indicating whether the robot is charging.
public bool IsCharging { get; }
Property Type
Boolean |
IsOnChargerPlatform
Gets a value indicating whether the robot is on charger platform.
public bool IsOnChargerPlatform { get; }
Property Type
Boolean |
SuggestedChargerSec
Gets the suggested charger time in seconds.
public float SuggestedChargerSec { get; }
Property Type
Single |