Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation
SystemInfo

SystemInfo Class Reference

Constructors

Instance Methods

Constructors

new SystemInfo(vehicleType, systemSoftwareVersion, systemHardwareVersion)

Initializes an instance of SystemInfo.

Instance Methods

systemInfo.getSystemHardwareVersion() ⇒ String

Get the hardware version of the vehicle system

Kind: Instance method of SystemInfo
Returns: String - The hardware version of the vehicle system.

systemInfo.getSystemSoftwareVersion() ⇒ String

Get the software version of the vehicle system

Kind: Instance method of SystemInfo
Returns: String - The software version of the vehicle system.

systemInfo.getVehicleType() ⇒ VehicleType

Get the type of vehicle

Kind: Instance method of SystemInfo
Returns: VehicleType - The type of vehicle.

systemInfo.setSystemHardwareVersion(systemHardwareVersion) ⇒ 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.

ParamTypeDescription
systemHardwareVersion String The hardware version of the vehicle system.

systemInfo.setSystemSoftwareVersion(systemSoftwareVersion) ⇒ 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.

ParamTypeDescription
systemSoftwareVersion String The software version of the vehicle system.

systemInfo.setVehicleType(vehicleType) ⇒ SystemInfo

Set the type of vehicle.

Kind: Instance method of SystemInfo
Returns: SystemInfo - A reference to the class instance for method chaining.

ParamTypeDescription
vehicleType VehicleType The type of vehicle.
View on GitHub.com
Previous Section Next Section