.NET SDK Documentation

    Show / Hide Table of Contents

    Interface IRobotConfiguration

    Robot configuration information

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

    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

    IPAddress

    Gets the robot IP address

    IPAddress IPAddress { get; }
    Property Type
    IPAddress
    | 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

    Extension Methods

    Authentication.TryValidate(IRobotConfiguration)
    Authentication.Validate(IRobotConfiguration)
    Authentication.FindRobotAddress(IRobotConfiguration)
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables