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
HMI Documentation
OnRemoteControlSettings

OnRemoteControlSettings

Type
Notification
Sender
HMI
Purpose
Notification about remote-control settings and/or access mode changed. Sent after User's choice through HMI.

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

Notification

Parameters

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

Sequence Diagrams

JSON Message Examples

Example Notification

{
    "jsonrpc": "2.0",
    "method": "RC.OnRemoteControlSettings",
    "params": {
        "accessMode": "ASK_DRIVER",
        "allowed": true
    }
}
View on GitHub.com
Previous Section Next Section