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
iOS Documentation
SDLSetInteriorVehicleData

SDLSetInteriorVehicleData Class Reference

Section Contents

Overview

This RPC allows a remote control type mobile application to change the settings of a specific remote control module.

-initWithModuleData:

Convenience init to change settings of a module

Objective-C

- (nonnull instancetype)initWithModuleData:(nonnull SDLModuleData *)moduleData;

Swift

init(moduleData: SDLModuleData)

Parameters

moduleData

A remote control module data object

Return Value

An SDLSetInteriorVehicleData object

moduleData

The module data to set for the requested RC module.

Objective-C

@property (nonatomic, strong) SDLModuleData *_Nonnull moduleData;

Swift

var moduleData: SDLModuleData { get set }
View on GitHub.com
Previous Section Next Section