.NET SDK Documentation

    Show / Hide Table of Contents

    Class CheckUpdateStatusEventArgs

    Check update status event args

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

    Properties

    | Improve this Doc View Source

    Expected

    Gets the expected number of bytes to download

    public long Expected { get; }
    Property Type
    Int64
    | Improve this Doc View Source

    Progress

    Gets the current number of bytes downloaded

    public long Progress { get; }
    Property Type
    Int64
    | Improve this Doc View Source

    UpdateStatus

    Gets the update status.

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

    UpdateVersion

    Gets the update version.

    public string UpdateVersion { get; }
    Property Type
    String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Expected
      • Progress
      • UpdateStatus
      • UpdateVersion
    Back to top Copyright (c) 2019 by Wayne Venables