Class RobotObjectConnectionStateEventArgs
Object connection state event args
Inheritance
RobotObjectConnectionStateEventArgs
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class RobotObjectConnectionStateEventArgs : RobotObjectEventArgs
Properties
| Improve this Doc View SourceConnected
Gets a value indicating whether the object is connected.
public bool Connected { get; }
Property Type
Boolean |
CustomObjectType
Gets the index of the custom object.
public CustomObjectType CustomObjectType { get; }
Property Type
CustomObjectType |
FactoryId
Gets the factory identifier of the object.
public string FactoryId { get; }
Property Type
String |
ObjectId
Gets the object identifier.
public int ObjectId { get; }
Property Type
Int32 |
ObjectType
Gets the type of the object.
public ObjectType ObjectType { get; }
Property Type
ObjectType |