Class VersionState
The versioning information for Vector.
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class VersionState
Properties
| Improve this Doc View SourceEngineBuildId
Gets the engine build identifier.
public string EngineBuildId { get; }
Property Type
String |
OsVersion
Gets the OS version.
public string OsVersion { get; }
Property Type
String |