BooleanModuleDataGetInteriorVehicleDataResponseGetInteriorVehicleDataResponseInitializes an instance of GetInteriorVehicleDataResponse.
BooleanGet the IsSubscribed
Kind: Instance method of GetInteriorVehicleDataResponse
Returns: Boolean - the KEY_IS_SUBSCRIBED value
ModuleDataGet the ModuleData
Kind: Instance method of GetInteriorVehicleDataResponse
Returns: ModuleData - the KEY_MODULE_DATA value
GetInteriorVehicleDataResponseSet the IsSubscribed
Kind: Instance method of GetInteriorVehicleDataResponse
Returns: GetInteriorVehicleDataResponse - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| subscribed | Boolean |
It is a conditional-mandatory parameter: must be returned in case "subscribe" parameter was present in the related request. if "true" - the "moduleType" from request is successfully subscribed and the head unit will send onInteriorVehicleData notifications for the moduleType. if "false" - the "moduleType" from request is either unsubscribed or failed to subscribe. - The desired IsSubscribed. |
GetInteriorVehicleDataResponseSet the ModuleData
Kind: Instance method of GetInteriorVehicleDataResponse
Returns: GetInteriorVehicleDataResponse - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| 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. |