StringStringVehicleTypeSystemInfoSystemInfoSystemInfoInitializes an instance of SystemInfo.
StringGet the hardware version of the vehicle system
Kind: Instance method of SystemInfo
Returns: String - The hardware version of the vehicle system.
StringGet the software version of the vehicle system
Kind: Instance method of SystemInfo
Returns: String - The software version of the vehicle system.
VehicleTypeGet the type of vehicle
Kind: Instance method of SystemInfo
Returns: VehicleType - The type of vehicle.
SystemInfoSet the hardware version of the vehicle system.
Kind: Instance method of SystemInfo
Returns: SystemInfo - A reference to the class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| systemHardwareVersion | String |
The hardware version of the vehicle system. |
SystemInfoSet the software version of the vehicle system.
Kind: Instance method of SystemInfo
Returns: SystemInfo - A reference to the class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| systemSoftwareVersion | String |
The software version of the vehicle system. |