summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2015-07-02 13:14:52 -0400
committerJustin Dickow <jjdickow@gmail.com>2015-07-02 13:14:52 -0400
commiteb9ea312908ada64154d6000871b9af7900a4a78 (patch)
tree8f9428a86f4fe14c30f77747f9e93b7634f41517
parent89f3a68b46674e5e88d3da612ea50287b8b317ff (diff)
downloadsdl_core-hotfix/qt_deviceinfo.tar.gz
Moved DeviceInfo struct above first referencehotfix/qt_deviceinfo
Signed-off-by: Justin Dickow <jjdickow@gmail.com>
-rw-r--r--src/components/interfaces/QT_HMI_API.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/components/interfaces/QT_HMI_API.xml b/src/components/interfaces/QT_HMI_API.xml
index 838a2987ef..6db4ec8383 100644
--- a/src/components/interfaces/QT_HMI_API.xml
+++ b/src/components/interfaces/QT_HMI_API.xml
@@ -1110,6 +1110,20 @@
<element name="UNKNOWN"/>
<element name="UNPAIRED"/>
</enum>
+ <struct name="DeviceInfo">
+ <param name="name" type="String" mandatory="true">
+ <description>The name of the device connected.</description>
+ </param>
+ <param name="id" type="Integer" mandatory="true">
+ <description>The ID of the device connected</description>
+ </param>
+ <param name="transportType" type="Common.TransportType" mandatory="false">
+ <description>The transport type the named-app's-device is connected over HU(BlueTooth, USB or WiFi). It must be provided in OnAppRegistered and in UpdateDeviceList</description>
+ </param>
+ <param name="isSDLAllowed" type="Boolean" mandatory="false">
+ <description>Sent by SDL in UpdateDeviceList. ’true’ – if device is allowed for PolicyTable Exchange; ‘false’ – if device is NOT allowed for PolicyTable Exchange </description>
+ </param>
+ </struct>
<struct name="UserFriendlyMessage" scope="internal">
<param name="messageCode" type="String" mandatory="true"/>
<param name="ttsString" type="String" mandatory="false"/>
@@ -1518,20 +1532,6 @@
<description>e.g. SE</description>
</param>
</struct>
- <struct name="DeviceInfo">
- <param name="name" type="String" mandatory="true">
- <description>The name of the device connected.</description>
- </param>
- <param name="id" type="Integer" mandatory="true">
- <description>The ID of the device connected</description>
- </param>
- <param name="transportType" type="Common.TransportType" mandatory="false">
- <description>The transport type the named-app's-device is connected over HU(BlueTooth, USB or WiFi). It must be provided in OnAppRegistered and in UpdateDeviceList</description>
- </param>
- <param name="isSDLAllowed" type="Boolean" mandatory="false">
- <description>Sent by SDL in UpdateDeviceList. ’true’ – if device is allowed for PolicyTable Exchange; ‘false’ – if device is NOT allowed for PolicyTable Exchange </description>
- </param>
- </struct>
<!--IVI part-->
<struct name="GPSData">
<description>Struct with the GPS data.</description>