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
SetInteriorVehicleDataResponse

SetInteriorVehicleDataResponse Class Reference

Constructors

Instance Methods

Constructors

new SetInteriorVehicleDataResponse(parameters)

Initializes an instance of SetInteriorVehicleDataResponse.

Instance Methods

setInteriorVehicleDataResponse.getModuleData() ⇒ ModuleData

Get the ModuleData

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

setInteriorVehicleDataResponse.setModuleData(data) ⇒ SetInteriorVehicleDataResponse

Set the ModuleData

Kind: Instance method of SetInteriorVehicleDataResponse
Returns: SetInteriorVehicleDataResponse - 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
Previous Section Next Section