Send BC.OnResetTimeout
notification to SDL to reset the timeout in case HMI needs more time for processing the request.
Name | Type | Mandatory | Additional |
---|---|---|---|
appName | String | false | maxlength: 100 |
ngnMediaScreenAppName | String | false | maxlength: 100 |
language | Common.Language | true | |
appHMIType | Common.AppHMIType | false | array: true minsize: 1 maxsize: 100 |
appID | Integer | true |
This RPC has no additional parameter requirements
{ "id" : 117, "jsonrpc" : "2.0", "method" : "UI.ChangeRegistration", "params" : { "language" : "PT-PT", "appID" : 65146 } }
{ "id" : 117, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "UI.ChangeRegistration" } }
{ "id" : 117, "jsonrpc" : "2.0", "error" : { "code" : 11, "message" : "Invalid data", "data" : { "method" : "UI.ChangeRegistration" } } }