This RPC allows a remote control type mobile application to change the settings of a specific remote control module.
Convenience init to change settings of a module
- (nonnull instancetype)initWithModuleData:(nonnull SDLModuleData *)moduleData;
init(moduleData: SDLModuleData)
A remote control module data object
An SDLSetInteriorVehicleData object
The module data to set for the requested RC module.
@property (nonatomic, strong) SDLModuleData *_Nonnull moduleData;
var moduleData: SDLModuleData { get set }