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
Int64 |
Progress
Gets the current number of bytes downloaded
public long Progress { get; }
Property Type
Int64 |
UpdateStatus
Gets the update status.
public UpdateStatus UpdateStatus { get; }
Property Type
UpdateStatus |
UpdateVersion
Gets the update version.
public string UpdateVersion { get; }
Property Type
String |