.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotObjectConnectionStateEventArgs

    Object connection state event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    RobotObjectEventArgs
    RobotObjectConnectionStateEventArgs
    Inherited Members
    RobotObjectEventArgs.ObjectEventType
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class RobotObjectConnectionStateEventArgs : RobotObjectEventArgs

    Properties

    | Improve this Doc View Source

    Connected

    Gets a value indicating whether the object is connected.

    public bool Connected { get; }
    Property Type
    Boolean
    | Improve this Doc View Source

    CustomObjectType

    Gets the index of the custom object.

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

    FactoryId

    Gets the factory identifier of the object.

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

    ObjectId

    Gets the object identifier.

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

    ObjectType

    Gets the type of the object.

    public ObjectType ObjectType { get; }
    Property Type
    ObjectType

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables