Class TimestampedStatusEventArgs
The timestamped status event args
Inheritance
TimestampedStatusEventArgs
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public abstract class TimestampedStatusEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceStatusType
Gets the type of the status.
public StatusType StatusType { get; }
Property Type
StatusType |
Timestamp
Gets the robot timestamp of the event
public DateTimeOffset Timestamp { get; }
Property Type
DateTimeOffset |