.NET SDK Documentation

    Show / Hide Table of Contents

    Class CubeBatteryState

    The state of the cube battery.

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

    Properties

    | Improve this Doc View Source

    BatteryLevel

    Gets the battery level.

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

    BatteryVolts

    Gets the battery volts.

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

    FactoryId

    Gets the factory identifier of the cube.

    public string FactoryId { get; }
    Property Type
    String
    | Improve this Doc View Source

    TimeSinceLastReadingSec

    Gets the time since last reading in seconds.

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