.NET SDK Documentation

    Show / Hide Table of Contents

    Class TimestampedStatusEventArgs

    The timestamped status event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    TimestampedStatusEventArgs
    FaceEnrollmentCompletedEventArgs
    FaceScanCompleteEventArgs
    FaceScanStartedEventArgs
    FeatureStatusEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public abstract class TimestampedStatusEventArgs : RobotEventArgs

    Properties

    | Improve this Doc View Source

    StatusType

    Gets the type of the status.

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

    Timestamp

    Gets the robot timestamp of the event

    public DateTimeOffset Timestamp { get; }
    Property Type
    DateTimeOffset

    See Also

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