Send BC.OnResetTimeout
notification to SDL to reset the timeout in case HMI needs more time to process the request.
Name | Type | Mandatory | Additional |
---|---|---|---|
targetID | Integer | true | minvalue: 0 maxvalue: 65535 |
messageLength | Integer | true | minvalue: 0 maxvalue: 65535 |
messageData | Integer | true | array: true minsize: 1 maxsize: 65535 minvalue: 0 maxvalue: 255 |
appID | Integer | true |
Name | Type | Mandatory | Additional |
---|---|---|---|
messageDataResult | Integer | true | array: true minsize: 1 maxsize: 65535 minvalue: 0 maxvalue: 255 |
{ "id" : 139, "jsonrpc" : "2.0", "method" : "VehicleInfo.DiagnosticMessage", "params" : { "targetID" : 5456, "messageLength" : 1084, "messageData" : [1,2,3,4,5,6,7,8,9], "appID" : 65368 } }
{ "id" : 139, "jsonrpc" : "2.0", "result" : { "messageDataResult" : [1,2,3,4,5,6], "code" : 0, "method" : "VehicleInfo.DiagnosticMessage" } }
{ "id" : 139, "jsonrpc" : "2.0", "error" : { "code" : 9, "message" : "Data not available", "data" : { "method" : "VehicleInfo.DiagnosticMessage" } } }