Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RC-SDL] - Update OnRCStatus with a new allowed parameter #86

Open
KhrystynaDubovyk opened this issue Jun 22, 2018 · 0 comments
Open

[RC-SDL] - Update OnRCStatus with a new allowed parameter #86

KhrystynaDubovyk opened this issue Jun 22, 2018 · 0 comments

Comments

@KhrystynaDubovyk
Copy link
Contributor

KhrystynaDubovyk commented Jun 22, 2018

OnRCStatus

Description:

As a mobile application, I want immediately to be notified about changes of the settings "Enable Remote Control" on HMI.

Detailed description:

Adding a new parameter allowed to Mobile API

    <element name="OnRCStatusID" value="32785" hexvalue="8011" />

	....
    <function name="OnRCStatus" functionID="OnRCStatusID" messagetype="notification">
      <description>Issued by SDL to notify the application about remote control status change on SDL</description>
+     <param name="allowed" type="Boolean" mandatory="false" >
+       <description>If "true" - RC is allowed; if "false" - RC is disallowed.
+                    Not present in the notification in case by module allocation/deallocation.
+                    Present in notification in cases enabling/disabling RC or RC-app registration.
+       </description>
+     </param>
      <param name="allocatedModules" type="ModuleData" minsize="0" maxsize="100" array="true" mandatory="true">
        <description>Contains a list (zero or more) of module types that are allocated to the application.</description>
      </param>
      <param name="freeModules" type="ModuleData" minsize="0" maxsize="100" array="true" mandatory="true">
        <description>Contains a list (zero or more) of module types that are free to access for the application.</description>
      </param>
    </function>

Diagram:

N/A

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant