String
String
VehicleType
SystemInfo
SystemInfo
SystemInfo
Initializes an instance of SystemInfo.
String
Get the hardware version of the vehicle system
Kind: Instance method of SystemInfo
Returns: String
- The hardware version of the vehicle system.
String
Get the software version of the vehicle system
Kind: Instance method of SystemInfo
Returns: String
- The software version of the vehicle system.
VehicleType
Get the type of vehicle
Kind: Instance method of SystemInfo
Returns: VehicleType
- The type of vehicle.
SystemInfo
Set 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. |
SystemInfo
Set 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. |