Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: JackLivio <[email protected]>
  • Loading branch information
jacobkeeler and Jack-Byrne authored Jul 9, 2019
1 parent e5b068d commit 6f7cb96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/interfaces/MOBILE_API.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,7 @@
<element name="GetAppServiceDataID" value="53" hexvalue="35" since="5.1" />
<element name="GetFileID" value="54" hexvalue="36" since="5.1" />
<element name="PerformAppServiceInteractionID" value="55" hexvalue="37" since="5.1" />
<element name="CloseApplicationID" value="56" hexvalue="38" since="5.2" />
<element name="CloseApplicationID" value="58" hexvalue="3A" since="6.0" />

<!--
Base Notifications
Expand Down Expand Up @@ -7312,11 +7312,11 @@
</param>
</function>

<function name="CloseApplication" functionID="CloseApplicationID" messagetype="request" since="5.2">
<function name="CloseApplication" functionID="CloseApplicationID" messagetype="request" since="6.0">
<description>Request from the application to exit the foreground and enter HMI_NONE.</description>
</function>

<function name="CloseApplication" functionID="CloseApplicationID" messagetype="response" since="5.2">
<function name="CloseApplication" functionID="CloseApplicationID" messagetype="response" since="6.0">
<param name="success" type="Boolean" platform="documentation" mandatory="true">
<description> true if successful; false, if failed </description>
</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ enum FunctionID {
/**
* @brief CloseApplicationID.
*/
CloseApplicationID = 56,
CloseApplicationID = 58,

/**
* @brief OnHMIStatusID.
Expand Down

0 comments on commit 6f7cb96

Please sign in to comment.