Send BC.OnResetTimeout
notification to SDL to reset the timeout in case HMI needs more time to process the request.
Name | Type | Mandatory | Additional |
---|---|---|---|
ttsChunks | Common.TTSChunk | true | array: true minsize: 1 maxsize: 100 |
appID | Integer | true | |
speakType | Common.MethodName | false | |
playTone | Boolean | false |
This RPC has no additional parameter requirements
{ "id" : 144, "jsonrpc" : "2.0", "method" : "TTS.Speak", "params" : { "ttsChunks" : [ { "text" : "Please say a command", "type" : "TEXT" } ], "appID": 65368 } }
{ "id" : 144, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "TTS.Speak" } }
{ "id" : 144, "jsonrpc" : "2.0", "error" : { "code" : 5, "message" : "The command was aborted", "data" : { "method" : "TTS.Speak" } } }