Class CheckUpdateStatusEventArgs
Check update status event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class CheckUpdateStatusEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceExpected
Gets the expected number of bytes to download
public long Expected { get; }
Property Type
| Improve this Doc View SourceProgress
Gets the current number of bytes downloaded
public long Progress { get; }
Property Type
| Improve this Doc View SourceUpdateStatus
Gets the update status.
public UpdateStatus UpdateStatus { get; }
Property Type
| Improve this Doc View SourceUpdateVersion
Gets the update version.
public string UpdateVersion { get; }