.NET SDK Documentation

    Show / Hide Table of Contents

    Class Charger

    Vector’s charger object, which the robot can observe and drive toward. We get an ObjectObserved message when the robot sees the charger.

    Inheritance
    Object
    RobotObject
    ObservableObject
    ObjectWithId
    Charger
    Implements
    INotifyPropertyChanged
    Inherited Members
    ObjectWithId.ObjectId
    ObjectWithId.ToString()
    ObservableObject.IsVisible
    ObservableObject.LastImageRect
    ObservableObject.LastObservedTime
    ObservableObject.LastObservedTimestamp
    ObservableObject.Pose
    ObservableObject.LastEventTime
    RobotObject.PropertyChanged
    Namespace: Anki.Vector.Objects
    Assembly: Anki.Vector.dll
    Syntax
    public class Charger : ObjectWithId, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ObjectTypeName

    Gets the name of the object type.

    public override string ObjectTypeName { get; }
    Property Type
    String
    Overrides
    ObservableObject.ObjectTypeName

    Implements

    System.ComponentModel.INotifyPropertyChanged

    See Also

    ObservableObject
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables