UI.SendHapticData represents a request for the HMI to keep track of several application-defined areas within a video stream for focus purposes. The HMI should highlight these areas with a rectangle when they are brought into focus on the HMI.
BC.OnResetTimeout
notification to SDL to reset the timeout in case it needs more time to process the request.Name | Type | Mandatory | Additional |
---|---|---|---|
hapticRectData | Common.HapticRect | false | array: true minsize: 0 maxsize: 1000 |
appID | Integer | true |
This RPC has no additional parameter requirements
{ "id" : 70, "jsonrpc" : "2.0", "method" : "UI.SendHapticData", "params" : { "hapticRectData" : [ { "id" : 234, "rect" : { "x" : 567.2, "y" : 342.4, "width" : 200.0, "height": 150.0 } } ], "appID" : 65464 } }
{ "id" : 70, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "UI.SendHapticData" } }
{ "id" : 70, "jsonrpc" : "2.0", "error" : { "code" : 2, "message" : "The HMI does not support the use of haptic data", "data" : { "method": "UI.SendHapticData" } } }