.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotObjectStoppedMovingEventArgs

    Object stopped moving event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    RobotObjectEventArgs
    RobotObjectStoppedMovingEventArgs
    Inherited Members
    RobotObjectEventArgs.ObjectEventType
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class RobotObjectStoppedMovingEventArgs : RobotObjectEventArgs

    Properties

    | Improve this Doc View Source

    ObjectId

    Gets the object identifier.

    public int ObjectId { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    RobotTimestamp

    Gets the robot timestamp of the event.

    public uint RobotTimestamp { get; }
    Property Type
    UInt32

    See Also

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