Class UnexpectedMovementEventArgs
Unexpected movement event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class UnexpectedMovementEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceTimestamp
Gets the timestamp.
public uint Timestamp { get; }
Property Type
UInt32 |
UnexpectedMovementSide
Gets the unexpected movement side.
public UnexpectedMovementSide UnexpectedMovementSide { get; }
Property Type
UnexpectedMovementSide |
UnexpectedMovementType
Gets the type of the unexpected movement.
public UnexpectedMovementType UnexpectedMovementType { get; }
Property Type
UnexpectedMovementType |