.NET SDK Documentation

    Show / Hide Table of Contents

    Class CheckUpdateStatus

    The result of check update status methods.

    Inheritance
    Object
    CheckUpdateStatus
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public class CheckUpdateStatus

    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
    Back to top Copyright (c) 2019 by Wayne Venables