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

OnInteriorVehicleData Class Reference

Constructors

Instance Methods

Constructors

new OnInteriorVehicleData(parameters)

Initializes an instance of OnInteriorVehicleData.

Instance Methods

onInteriorVehicleData.getModuleData() ⇒ ModuleData

Get the ModuleData

Kind: Instance method of OnInteriorVehicleData
Returns: ModuleData - the KEY_MODULE_DATA value

onInteriorVehicleData.setModuleData(data) ⇒ OnInteriorVehicleData

Set the ModuleData

Kind: Instance method of OnInteriorVehicleData
Returns: OnInteriorVehicleData - The class instance for method chaining.

ParamTypeDescription
data ModuleData The moduleType indicates which type of data should be changed and identifies which data object exists in this struct. For example, if the moduleType is CLIMATE then a "climateControlData" should exist - The desired ModuleData.
View on GitHub.com