.NET SDK Documentation

    Show / Hide Table of Contents

    Interface IRemoteRobotConfiguration

    Robot configuration information for remote (over the Internet) connections. This structure does not include IP address, instead it has a RemoteHost property which can contain an IP address or hostname and optionally include the port to connect with.

    Namespace: Anki.Vector
    Assembly: Anki.Vector.dll
    Syntax
    public interface IRemoteRobotConfiguration

    Properties

    | Improve this Doc View Source

    Certificate

    Gets the certificate text.

    string Certificate { get; }
    Property Type
    String
    | Improve this Doc View Source

    Guid

    Gets the unique identifier.

    string Guid { get; }
    Property Type
    String
    | Improve this Doc View Source

    RemoteHost

    Gets the remote robot host and port. This can be an IP address (196.168.5.123) or host name (home.whatever.com") optionally followed by a colon and the port to connect to (196.168.5.123:4545 or home.whatever.com:4444)

    string RemoteHost { get; }
    Property Type
    String
    | Improve this Doc View Source

    RobotName

    Gets the name of the robot. This is in the form "Vector-XXXX"

    string RobotName { get; }
    Property Type
    String
    | Improve this Doc View Source

    SerialNumber

    Gets the robot serial number.

    string SerialNumber { get; }
    Property Type
    String
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables