.NET SDK Documentation

    Show / Hide Table of Contents

    Class UnexpectedMovementEventArgs

    Unexpected movement event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    UnexpectedMovementEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    [Serializable]
    public class UnexpectedMovementEventArgs : RobotEventArgs

    Properties

    | Improve this Doc View Source

    Timestamp

    Gets the timestamp.

    public uint Timestamp { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    UnexpectedMovementSide

    Gets the unexpected movement side.

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

    UnexpectedMovementType

    Gets the type of the unexpected movement.

    public UnexpectedMovementType UnexpectedMovementType { get; }
    Property Type
    UnexpectedMovementType

    See Also

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