.NET SDK Documentation

    Show / Hide Table of Contents

    Class CloudConnection

    Cloud connection information

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

    Properties

    | Improve this Doc View Source

    Code

    Gets the cloud connection code.

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

    ExpectedPackets

    Gets the expected packets.

    public int ExpectedPackets { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    NumPackets

    Gets the number packets.

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