RC.OnRemoteControlSettings is expected to be sent by HMI on system start up and every time user is changing remote control settings.
In case HMI does not send the notification on system start up, the default settings must be applied such as: remote control is allowed and access mode is "AUTO_ALLOW"
When user chose through HMI to disable remote control functionality the notification with allowed:false parameter must be sent to SDL
Name | Type | Mandatory | Additional | Description |
---|---|---|---|---|
allowed | Boolean | false | If "true" - RC is allowed; if "false" - RC is disallowed | |
accessMode | Common.RCAccessMode | false | The remote control access mode specified by the driver via HMI |
{ "jsonrpc": "2.0", "method": "RC.OnRemoteControlSettings", "params": { "accessMode": "ASK_DRIVER", "allowed": true } }