summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhit Adlakha <adlakhashobhit@gmail.com>2019-09-25 17:22:45 -0400
committerShobhit Adlakha <adlakhashobhit@gmail.com>2019-09-25 17:22:45 -0400
commit628ad431c3e335b0af85dd87d00c844a8378ba91 (patch)
treeb4498debbe28cf496d43132e5b3630d3bb1945e7
parentbe88a0b1eac802335d3142d3fe008dc05900deba (diff)
downloadsdl_core-628ad431c3e335b0af85dd87d00c844a8378ba91.tar.gz
Set mandatory=false for all response params(other than resultCode and success) in the MOBILE_API
-rw-r--r--src/components/interfaces/MOBILE_API.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 2307dada03..dd8cefe71a 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -6529,7 +6529,7 @@
<description>Provides additional human readable info regarding the result.</description>
</param>
- <param name="ecuHeader" type="Integer" minvalue="0" maxvalue="65535" mandatory="true">
+ <param name="ecuHeader" type="Integer" minvalue="0" maxvalue="65535" mandatory="false">
<description>2 byte ECU Header for DTC response (as defined in VHR_Layout_Specification_DTCs.pdf)</description>
</param>
@@ -6584,7 +6584,7 @@
<description>Provides additional human readable info regarding the result.</description>
</param>
- <param name="messageDataResult" type="Integer" minvalue="0" maxvalue="255" minsize="1" maxsize="65535" array="true" mandatory="true">
+ <param name="messageDataResult" type="Integer" minvalue="0" maxvalue="255" minsize="1" maxsize="65535" array="true" mandatory="false">
<description>
Array of bytes comprising CAN message result.
</description>
@@ -7438,7 +7438,7 @@
</function>
<function name="GetInteriorVehicleData" functionID="GetInteriorVehicleDataID" messagetype="response" since="4.5">
- <param name="moduleData" type="ModuleData" mandatory="true">
+ <param name="moduleData" type="ModuleData" mandatory="false">
</param>
<param name="resultCode" type="Result" platform="documentation" mandatory="true">
<description>See Result</description>
@@ -7540,7 +7540,7 @@
<function name="SetInteriorVehicleData" functionID="SetInteriorVehicleDataID" messagetype="response" since="4.5">
<description>Used to set the values of one remote control module </description>
- <param name="moduleData" type="ModuleData" mandatory="true">
+ <param name="moduleData" type="ModuleData" mandatory="false">
</param>
<param name="resultCode" type="Result" platform="documentation" mandatory="true">
<description>See Result</description>
@@ -7656,7 +7656,7 @@
</function>
<function name="GetSystemCapability" functionID="GetSystemCapabilityID" messagetype="response" since="4.5">
- <param name="systemCapability" type="SystemCapability" mandatory="true">
+ <param name="systemCapability" type="SystemCapability" mandatory="false">
</param>
<param name="resultCode" type="Result" platform="documentation" mandatory="true">
<description>See Result</description>