.NET SDK Documentation

    Show / Hide Table of Contents

    Class BatteryState

    The state of the robot battery.

    Inheritance
    Object
    BatteryState
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public class BatteryState

    Properties

    | Improve this Doc View Source

    BatteryLevel

    Gets the battery level.

    public BatteryLevel BatteryLevel { get; }
    Property Type
    BatteryLevel
    | Improve this Doc View Source

    BatteryVolts

    Gets the battery volts.

    public float BatteryVolts { get; }
    Property Type
    Single
    | Improve this Doc View Source

    CubeBattery

    Gets the cube battery state.

    public CubeBatteryState CubeBattery { get; }
    Property Type
    CubeBatteryState
    | Improve this Doc View Source

    IsCharging

    Gets a value indicating whether the robot is charging.

    public bool IsCharging { get; }
    Property Type
    Boolean
    | Improve this Doc View Source

    IsOnChargerPlatform

    Gets a value indicating whether the robot is on charger platform.

    public bool IsOnChargerPlatform { get; }
    Property Type
    Boolean
    | Improve this Doc View Source

    SuggestedChargerSec

    Gets the suggested charger time in seconds.

    public float SuggestedChargerSec { get; }
    Property Type
    Single
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables