.NET SDK Documentation

    Show / Hide Table of Contents

    Class BehaviorResult

    Result from the behavior methods

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

    Properties

    | Improve this Doc View Source

    Result

    Gets the result.

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

    StatusCode

    Gets the status code.

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