Class CheckUpdateStatus
The result of check update status methods.
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class CheckUpdateStatus
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 |