-
Notifications
You must be signed in to change notification settings - Fork 43
How to use HMI for testing ‘Handle response from HMI during resumption data’ feature
Valerii Malkov (GitHub) edited this page Aug 30, 2018
·
1 revision
- Start HMI and SDL
- Checkout to settings screen, press Settings button You will see disabled RPC Control button until an app is registered
- Register any app for enabling RPC Control button
- See the screen with the list of registered apps
- Choose any app. Then you will see the next screen with RPC properties.
choose any result code for presented RPCs.
Back button - If you press this button, chosen result codes will not be saved, and it will return to apps list screen.
Save button - Saves all changes and returns to apps list screen.
Reset to default - Resets all changes to default value which is “SUCCESS”. But doesn’t save it. You should to press Save button for save after reset. If press “back button” after reset it will nothing to save.
As example we chose “REJECTED” result code for “AddSubmenu” request.
We can see on the screen that HMI received “AddSubmenu” request, and in response HMI sends error code which is “4” = “REJECTED”.