Class CubeBatteryEventArgs
Cube battery level event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class CubeBatteryEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceBatteryVolts
Gets the battery level in volts.
public float BatteryVolts { get; }
Property Type
Single |
FactoryId
Gets the factory identifier of the cube.
public string FactoryId { get; }
Property Type
String |
Level
Gets the battery level.
public CubeBatteryLevel Level { get; }
Property Type
CubeBatteryLevel |
TimeSinceLastReadingSec
Gets the time since last reading in seconds.
public float TimeSinceLastReadingSec { get; }
Property Type
Single |