.NET SDK Documentation

    Show / Hide Table of Contents

    Class AttentionTransferEventArgs

    Vector attention transfer info event args

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

    Properties

    | Improve this Doc View Source

    Reason

    Gets the reason that the attention was changed.

    public AttentionTransferReason Reason { get; }
    Property Type
    Anki.Vector.ExternalInterface.AttentionTransferReason
    | Improve this Doc View Source

    SecondsAgo

    Gets how long ago the attention was changed.

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