summaryrefslogtreecommitdiff
path: root/src/components/interfaces/HMI_API.xml
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2018-02-14 11:44:08 +0200
committerIra Lytvynenko (GitHub) <ILytvynenko@luxoft.com>2018-07-12 13:27:41 +0300
commit88cbe025519b0791bd736f1227cf66e0dff49aa5 (patch)
tree825d3546f7aa23935a9c6305e91853e571a66dad /src/components/interfaces/HMI_API.xml
parentaf97446e7e213997174f7fa10fabf8b86f316562 (diff)
downloadsdl_core-88cbe025519b0791bd736f1227cf66e0dff49aa5.tar.gz
Add interface changes for OnRCStatus notification
Diffstat (limited to 'src/components/interfaces/HMI_API.xml')
-rw-r--r--src/components/interfaces/HMI_API.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 96a85d055d..bf0f71b9c3 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -5245,5 +5245,19 @@
<description>The remote control access mode specified by the driver via HMI.</description>
</param>
</function>
+
+<function name="OnRCStatus" messagetype="notification">
+ <description>Issued by SDL to notify HMI about remote control status change on SDL</description>
+ <param name="appID" type="Integer" mandatory="true">
+ <description>ID of selected application.</description>
+ </param>
+ <param name="allocatedModules" type="Common.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="Common.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>
+
</interface>
</interfaces>